Skip to content

Commit f36a0e4

Browse files
committed
Configure path to tsconfig.json in .eslintrc.js
1 parent 059e331 commit f36a0e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
overrides: [],
1414
parserOptions: {
1515
ecmaVersion: 'latest',
16+
project: './tsconfig.json',
1617
},
1718
plugins: ['jest', 'jsdoc'],
1819
rules: {

0 commit comments

Comments
 (0)