fix: fix conditions requiring an heartbeat restart at boot notification
[e-mobility-charging-stations-simulator.git] / ui / web / .lintstagedrc.js
1 module.exports = {
2 '*.{js,jsx,vue,ts,tsx}': 'vue-cli-service lint --fix',
3 };