diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index a49a9e71b..c7597cef3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json | |||
@@ -102,6 +102,9 @@ | |||
102 | "parserOptions": { | 102 | "parserOptions": { |
103 | "project": [ | 103 | "project": [ |
104 | "./tsconfig.json", | 104 | "./tsconfig.json", |
105 | "./shared/tsconfig.json", | ||
106 | "./scripts/tsconfig.json", | ||
107 | "./server/tsconfig.json", | ||
105 | "./server/tools/tsconfig.json" | 108 | "./server/tools/tsconfig.json" |
106 | ] | 109 | ] |
107 | } | 110 | } |