From 53ba1e68346cfcba60e38fc1815568ebe18c3092 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Tue, 29 Jun 2021 16:06:49 +0200 Subject: [PATCH] Chore: Fixed eslintrc's error --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8be6f8c..92f1f58 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,9 +24,9 @@ module.exports = { plugins: ['@typescript-eslint'], parserOptions: { project: [ + './theatre/tsconfig.json', './packages/*/tsconfig.json', './packages/*/devEnv/tsconfig.json', - './theatre/*/tsconfig.json', ], }, rules: {