From e5a818d3cb2c33f52715ace50e580ee899c9da94 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 18 Aug 2021 10:43:47 +0200 Subject: Speed up client lint --- client/.eslintrc.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client/.eslintrc.json') 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 @@ ], "parserOptions": { "project": [ - "tsconfig.json", - "e2e/tsconfig.json" + "tsconfig.eslint.json" ], - "createDefaultProgram": true + "createDefaultProgram": false }, "extends": [ "../.eslintrc.json", -- cgit v1.2.3