build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / .lintstagedrc.js
index c447bcc398646a8656fa39f39ca3574d0913e5b7..a8ba217a05a2668399b9ff2c7782fbbd51358f59 100644 (file)
@@ -1,5 +1,5 @@
-module.exports = {
-  '*.{js,jsx,vue,cjs,mjs,ts,tsx,cts,mts}':
-    'eslint . --cache --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'
+}