From 957ac0f133eb5beec9b75c637fdb43e5cf8ebe9d Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Tue, 19 Jan 2021 13:26:54 +0100 Subject: [PATCH] Update eslint --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5989066..2ba77a1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,7 +13,7 @@ module.exports = { ecmaFeatures: { modules: true, }, - project: "./tsconfig.json", + project: ["./src/back/tsconfig.json", "./src/front/tsconfig.json"], }, rules: { "@typescript-eslint/require-await": 0,