Refine sonar-project.properties
[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 };