diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-18 10:43:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-18 10:44:16 +0200 |
commit | e5a818d3cb2c33f52715ace50e580ee899c9da94 (patch) | |
tree | 9b956fb0e300d840a10e457c119f62ec482923ff /client/.eslintrc.json | |
parent | 33a53638c2b7a41a4e39558582f604d3036d4fa3 (diff) | |
download | PeerTube-e5a818d3cb2c33f52715ace50e580ee899c9da94.tar.gz PeerTube-e5a818d3cb2c33f52715ace50e580ee899c9da94.tar.zst PeerTube-e5a818d3cb2c33f52715ace50e580ee899c9da94.zip |
Speed up client lint
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", |