We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f63550 commit 2e71e2dCopy full SHA for 2e71e2d
.eslintrc.js
@@ -87,6 +87,7 @@ module.exports = {
87
files: ['**/*.ts'],
88
parser: '@typescript-eslint/parser',
89
parserOptions: {
90
+ tsconfigRootDir: __dirname,
91
project: './tsconfig.json',
92
ecmaVersion: 12,
93
sourceType: 'module'
0 commit comments