diff --git a/.eslintrc.json b/.eslintrc.json index 8105061..29a48ab 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,6 +22,7 @@ "max-len": "off", "consistent-return": 0, "no-plusplus": "off", - "array-callback-return": "off" + "array-callback-return": "off", + "import/no-unresolved": "off" } } \ No newline at end of file