fix: ensure the message buffer is flushed once accepted state is reached
[e-mobility-charging-stations-simulator.git] / ui / web / .lintstagedrc.js
index b0984e05a16be7c869a6f9dad269cf6f7f812c54..927dd55cf2ac5c34bfed920a71aac57691e09442 100644 (file)
@@ -1,4 +1,4 @@
-module.exports = {
+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',