build(ui): enable eslint cache
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 23:04:15 +0000 (01:04 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 23:04:15 +0000 (01:04 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/.lintstagedrc.js
ui/web/.vscode/settings.json
ui/web/package.json

index 2018e319cae35c3b9e3345fb8533f474b0f3a5ec..c447bcc398646a8656fa39f39ca3574d0913e5b7 100644 (file)
@@ -1,5 +1,5 @@
 module.exports = {
   '*.{js,jsx,vue,cjs,mjs,ts,tsx,cts,mts}':
-    'eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore',
+    'eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore',
     '*.{json,md,yml,yaml}': 'prettier --cache --write',
 };
index 9ed868ae38a27568a0a5605886e6b4190f9355d1..7e2638638d100f33214b49ad4fbdaf2f4bb11cb7 100644 (file)
@@ -2,5 +2,5 @@
   "editor.codeActionsOnSave": {
     "source.fixAll": true
   },
-  "cSpell.words": ["composables", "iccid", "idtag", "imsi", "ocpp", "RFID"]
+  "cSpell.words": ["composables", "finalhandler", "iccid", "idtag", "imsi", "ocpp", "RFID"]
 }
index 2ab66b0677a85d70be1aefd1bcf49142930b20be..21a6598924ccc31570f11514f361154fb1a044ea 100644 (file)
@@ -18,8 +18,8 @@
     "build": "vite build",
     "clean:dist": "npx rimraf dist",
     "clean:node_modules": "npx rimraf node_modules",
-    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
-    "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
+    "lint": "eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
+    "lint:fix": "eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
     "test": "vitest"
   },
   "dependencies": {