diff --git a/.eslintrc.json b/.eslintrc.json index 6345f358c..97a4645f8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,6 +27,18 @@ ], "import/no-extraneous-dependencies": [ 0 + ], + "import/no-unresolved": [ + 2, + { + "ignore": [ + "dayjs" + ] + } + ], + "import/extensions": [ + 2, + "ignorePackages" ] } } \ No newline at end of file