diff --git a/.eslintrc.json b/.eslintrc.json index 9e9abb6..1b9904e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -59,7 +59,7 @@ "@typescript-eslint/semi": "warn", "import/first": "warn", "import/no-duplicates": "warn", - "import/no-unresolved": "warn", + "import/no-unresolved": "off", // The src directory is not used for compiled files "import/no-self-import": "warn", "import/extensions": [ "warn", "always" ], "import/order": [ "warn", { "newlines-between": "ignore", "alphabetize": { "order": "asc", "caseInsensitive": true } } ],