mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
11 lines
179 B
JavaScript
11 lines
179 B
JavaScript
module.exports = {
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: ['./tsconfig.json'],
|
|
},
|
|
extends: ['../.eslintrc.cjs'],
|
|
env: {
|
|
node: true,
|
|
mocha: true,
|
|
},
|
|
};
|