Skip to content

Commit eabe6c5

Browse files
committed
update eslintrc
1 parent 05fd151 commit eabe6c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc.cjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,10 @@ module.exports = {
4444
},
4545
},
4646
],
47+
parser: '@typescript-eslint/parser',
48+
parserOptions: {
49+
project: './tsconfig.json',
50+
tsconfigRootDir: __dirname,
51+
sourceType: 'module',
52+
},
4753
};

0 commit comments

Comments
 (0)