mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-15 15:56:25 +01:00
11 lines
178 B
JavaScript
11 lines
178 B
JavaScript
module.exports = {
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: ['./tsconfig.json'],
|
|
},
|
|
extends: ['../.eslintrc.cjs'],
|
|
env: {
|
|
node: true,
|
|
jest: true,
|
|
},
|
|
};
|