diff options
Diffstat (limited to 'client/.eslintrc.json')
-rw-r--r-- | client/.eslintrc.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/.eslintrc.json b/client/.eslintrc.json index 81b50378a..cfa758405 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json | |||
@@ -11,10 +11,9 @@ | |||
11 | ], | 11 | ], |
12 | "parserOptions": { | 12 | "parserOptions": { |
13 | "project": [ | 13 | "project": [ |
14 | "tsconfig.json", | 14 | "tsconfig.eslint.json" |
15 | "e2e/tsconfig.json" | ||
16 | ], | 15 | ], |
17 | "createDefaultProgram": true | 16 | "createDefaultProgram": false |
18 | }, | 17 | }, |
19 | "extends": [ | 18 | "extends": [ |
20 | "../.eslintrc.json", | 19 | "../.eslintrc.json", |