We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bfec5 commit e9fa40bCopy full SHA for e9fa40b
.eslintrc.js
@@ -5,9 +5,9 @@ module.exports = {
5
extends: [
6
'eslint:recommended',
7
'plugin:@typescript-eslint/recommended',
8
- 'prettier/prettier',
9
'plugin:import/recommended',
10
'plugin:import/typescript',
+ 'prettier',
11
],
12
ignorePatterns: [
13
'.eslintrc.js',
@@ -42,6 +42,6 @@ module.exports = {
42
},
43
parserOptions: {
44
extraFileExtensions: ['.json'],
45
- project: '../tsconfig.json',
+ project: './tsconfig.json',
46
47
}
0 commit comments