From 91f31189eafe7ddeda1841f1d512867e14a27e8e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 9 Aug 2021 20:08:37 +0100 Subject: [PATCH 1/3] :rotating_light: Disables import/extensions --- package.json | 1 + 1 file changed, 1 insertion(+) 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 }, From 9ab26e0033847ecd3eaad8818e29c60b729cde43 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 9 Aug 2021 20:15:37 +0100 Subject: [PATCH 2/3] :rotating_light: Fixes lint issues, import order was incorrect --- src/components/Configuration/CustomCss.vue | 5 +++-- src/components/Configuration/JsonEditor.vue | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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 @@