From 3a470fc3f955905b4c3f0f67e5af3bce6407add3 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 5 Nov 2024 14:43:42 +0100 Subject: [PATCH] chore: update lint config --- tsconfig.lint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.lint.json b/tsconfig.lint.json index 9e2e67c88..faa7a2eae 100644 --- a/tsconfig.lint.json +++ b/tsconfig.lint.json @@ -1,5 +1,5 @@ { "extends": "./tsconfig", - "include": [".eslintrc.cjs", "**/*.ts", "**/*.js", "**/*.cjs", "**/*.mjs"], + "include": ["**/*.ts", "**/*.js", "**/*.cjs", "**/*.mjs"], "exclude": ["node_modules/", "**/__mocks__/*", "dist/", "coverage/", "tools/"] }