1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2024-12-12 07:46:44 -06:00
paricafe/packages/backend/test/.eslintrc.cjs

12 lines
178 B
JavaScript
Raw Normal View History

module.exports = {
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
extends: ['../.eslintrc.cjs'],
env: {
node: true,
2022-09-17 13:27:08 -05:00
jest: true,
},
};