From: Jérôme Benoit Date: Mon, 1 May 2023 12:57:14 +0000 (+0200) Subject: build: align imports sorting settings X-Git-Tag: v1.2.12~28 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=82a77234c9524e07aab73dc4fa49d6a82580f8ae;p=e-mobility-charging-stations-simulator.git build: align imports sorting settings Signed-off-by: Jérôme Benoit --- 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';