test: improve clone() test expectation
[e-mobility-charging-stations-simulator.git] / ui / web / .lintstagedrc.js
index 2018e319cae35c3b9e3345fb8533f474b0f3a5ec..a8ba217a05a2668399b9ff2c7782fbbd51358f59 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',
-    '*.{json,md,yml,yaml}': 'prettier --cache --write',
-};
+export default {
+  '*.{.css,json,md,yml,yaml,html,js,jsx,cjs,mjs,ts,tsx,cts,mts}': 'prettier --cache --write',
+  '*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}':
+    'eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore'
+}