Skip to content

Commit 12853af

Browse files
committed
chore(): updated parser options in .eslintrc.js
1 parent aeb1fcb commit 12853af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/application/files/ts/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
parser: '@typescript-eslint/parser',
33
parserOptions: {
44
project: 'tsconfig.json',
5+
tsconfigRootDir : __dirname,
56
sourceType: 'module',
67
},
78
plugins: ['@typescript-eslint/eslint-plugin'],

0 commit comments

Comments
 (0)