af444c57fb5f95c3400fdc580a9e3c315bebd1c6
[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 };