mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-23 06:05:11 +00: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,
|
|
},
|
|
};
|