build: align imports sorting settings
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 1 May 2023 12:57:14 +0000 (14:57 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 1 May 2023 12:57:14 +0000 (14:57 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.eslintrc.json
ui/web/src/composables/UIClient.ts

index 702effbc1f9e4692e0a271e6992845c0c687d7de..014979ef1012fd88740c3dc4565bdae9838ae29f 100644 (file)
@@ -91,7 +91,7 @@
     "no-var": "error",
     "prefer-const": "error",
     "sort-imports": [
-      "warn",
+      "error",
       {
         "ignoreCase": false,
         "ignoreDeclarationSort": true,
index 22435d49e38e13b5a1460118cbcca3b84d823873..29874cc2ee55db709d3cecbb8a97a50119118957 100644 (file)
@@ -1,8 +1,8 @@
 import {
   ProcedureName,
+  type ProtocolResponse,
   type RequestPayload,
   type ResponsePayload,
-  type ProtocolResponse,
   ResponseStatus,
 } from '@/types/UIProtocol';