diff --git a/.eslintrc b/.eslintrc index 418a5aa73..1f2853fba 100644 --- a/.eslintrc +++ b/.eslintrc @@ -19,7 +19,7 @@ "no-empty": ["error", { "allowEmptyCatch": true }], "react/react-in-jsx-scope": "off", "import/extensions": [ - "error", + "warn", "ignorePackages", { "js": "never",