Skip to content

Commit dc2d5b4

Browse files
committed
add eslint correct for turbo
1 parent 07ad5d4 commit dc2d5b4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

apps/firebase/functions/.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ module.exports = {
1111
],
1212
parser: '@typescript-eslint/parser',
1313
parserOptions: {
14-
project: 'tsconfig.json',
14+
project: ['tsconfig.json', 'tsconfig.dev.json'],
15+
tsconfigRootDir: __dirname,
1516
sourceType: 'module',
1617
},
1718
plugins: ['@typescript-eslint', 'import'],
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"include": [
3+
".eslintrc.js"
4+
]
5+
}

0 commit comments

Comments
 (0)