mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-25 13:06:44 -06: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,
|
||
|
},
|
||
|
};
|