mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-06 12:23:09 +02:00
12 lines
179 B
JavaScript
12 lines
179 B
JavaScript
|
module.exports = {
|
||
|
parserOptions: {
|
||
|
tsconfigRootDir: __dirname,
|
||
|
project: ['./tsconfig.json'],
|
||
|
},
|
||
|
extends: ['../.eslintrc.cjs'],
|
||
|
env: {
|
||
|
node: true,
|
||
|
mocha: true,
|
||
|
},
|
||
|
};
|