c447bcc398646a8656fa39f39ca3574d0913e5b7
[e-mobility-charging-stations-simulator.git] / ui / web / .lintstagedrc.js
1 module.exports = {
2 '*.{js,jsx,vue,cjs,mjs,ts,tsx,cts,mts}':
3 'eslint . --cache --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore',
4 '*.{json,md,yml,yaml}': 'prettier --cache --write',
5 };