diff --git a/.eslintrc.json b/.eslintrc.json index c708935886..21b37c369e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,6 +28,10 @@ { "newlines-between": "always", "alphabetize": { "order": "asc" } } ], "no-constant-condition": ["error", { "checkLoops": false }], + "import/no-extraneous-dependencies": [ + "error", + { "devDependencies": false } + ], "sort-imports": [ "error", { "ignoreDeclarationSort": true, "ignoreCase": true }