docs: ui/web/README.md: fix link
[e-mobility-charging-stations-simulator.git] / ui / web / .lintstagedrc.js
index 002cff7750f79149e7e31753309be13cdaf9f7e2..927dd55cf2ac5c34bfed920a71aac57691e09442 100644 (file)
@@ -1,5 +1,5 @@
-module.exports = {
-  '*.{json,md,yml,yaml,html,js,jsx,cjs,mjs,ts,tsx,cts,mts}': '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',
 };