diff --git a/.eslintrc.json b/.eslintrc.json index e96e551a54..d324999ce5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -30,7 +30,16 @@ "no-constant-condition": ["error", { "checkLoops": false }], "import/no-extraneous-dependencies": [ "error", - { "devDependencies": ["**/*.test.ts", "**/*.spec.ts", "**/tests/**"] } + { + "devDependencies": [ + "**/*.test.ts", + "**/*.spec.ts", + "**/tests/**", + "**/rollup.config.js", + "**/.eslintrc.cjs", + "**/karma.conf.cjs" + ] + } ], "sort-imports": [ "error",