diff --git a/.eslintrc.js b/.eslintrc.js index 652ebb3..2755ede 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,8 +14,7 @@ module.exports = { project: [ join(__dirname, "tsconfig.json"), join(__dirname, "tsconfig.eslint.json"), - join(appRoot, "tsconfig.json"), - join(appRoot, "src", "tests", "tsconfig.json") + join(appRoot, "tsconfig.json") ] } };