From 92600160ffb35b7b3d164b9694d939c6b3f60ab3 Mon Sep 17 00:00:00 2001 From: David Sehnal <david.sehnal@gmail.com> Date: Wed, 15 Apr 2020 01:54:27 +0200 Subject: [PATCH] lint config fix --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 59a282f9d..b759bd59a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -5,7 +5,7 @@ }, "parser": "@typescript-eslint/parser", "parserOptions": { - "project": "tsconfig.json", + "project": ["tsconfig.json", "src/servers/tsconfig.json"], "sourceType": "module" }, "plugins": [ -- GitLab