diff --git a/.eslintrc.json b/.eslintrc.json index 79a1fecc8..449df5b6f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -17,12 +17,7 @@ } }, "rules": { - "import/no-unresolved": [ - "error", - { - "ignore": ["app/javascript/"] - } - ], + "import/no-unresolved": [2, {"commonjs": true, "amd": true}], "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }], "spaced-comment": [ "error",