From c5546e7eee018977fa2ef8a04185371f9c05d0fc Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Fri, 27 Jan 2023 12:11:10 +1100 Subject: [PATCH] test: build tools are expected to use dev dependencies --- .eslintrc.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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",