From 82a77234c9524e07aab73dc4fa49d6a82580f8ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 1 May 2023 14:57:14 +0200 Subject: [PATCH] build: align imports sorting settings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc.json | 2 +- ui/web/src/composables/UIClient.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 702effbc..014979ef 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -91,7 +91,7 @@ "no-var": "error", "prefer-const": "error", "sort-imports": [ - "warn", + "error", { "ignoreCase": false, "ignoreDeclarationSort": true, diff --git a/ui/web/src/composables/UIClient.ts b/ui/web/src/composables/UIClient.ts index 22435d49..29874cc2 100644 --- a/ui/web/src/composables/UIClient.ts +++ b/ui/web/src/composables/UIClient.ts @@ -1,8 +1,8 @@ import { ProcedureName, + type ProtocolResponse, type RequestPayload, type ResponsePayload, - type ProtocolResponse, ResponseStatus, } from '@/types/UIProtocol'; -- 2.34.1