Skip to content

Commit 2e71e2d

Browse files
committed
chore(lint): add tsconfig root dir to eslint config
1 parent 1f63550 commit 2e71e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ module.exports = {
8787
files: ['**/*.ts'],
8888
parser: '@typescript-eslint/parser',
8989
parserOptions: {
90+
tsconfigRootDir: __dirname,
9091
project: './tsconfig.json',
9192
ecmaVersion: 12,
9293
sourceType: 'module'

0 commit comments

Comments
 (0)