1
0
Fork 1
mirror of https://example.com synced 2024-11-24 08:26:41 +09:00
firefish/packages/backend/.eslintrc.js
syuilo 73b5c12927 introduce lint for client
Resolve #7998
2021-11-18 23:32:43 +09:00

9 lines
150 B
JavaScript

module.exports = {
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],
},
extends: [
'../shared/.eslintrc.js',
],
};