mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-15 20:06:54 +01:00
10 lines
150 B
JavaScript
10 lines
150 B
JavaScript
|
module.exports = {
|
||
|
parserOptions: {
|
||
|
tsconfigRootDir: __dirname,
|
||
|
project: ['./tsconfig.json'],
|
||
|
},
|
||
|
extends: [
|
||
|
'../shared/.eslintrc.js',
|
||
|
],
|
||
|
};
|