diff --git a/package.json b/package.json index b28c7844..21bea866 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,7 @@ ], "rules": { "import/no-unresolved": "off", + "import/extensions": "off", "arrow-parens": 0, "no-else-return": 0 }, diff --git a/src/components/Configuration/CustomCss.vue b/src/components/Configuration/CustomCss.vue index a7f2c929..42a25259 100644 --- a/src/components/Configuration/CustomCss.vue +++ b/src/components/Configuration/CustomCss.vue @@ -11,14 +11,15 @@