Merge pull request #872 from SAP/dependabot/npm_and_yarn/ui/web/vitejs/plugin-vue...
[e-mobility-charging-stations-simulator.git] / .lintstagedrc.json
1 {
2 "{src,tests}/**/*.{ts,tsx,cts,mts}": ["prettier --cache --write", "eslint --cache --fix"],
3 "**/*.{json,md,yml,yaml}": ["prettier --cache --write"],
4 "**/*.{js,jsx,cjs,mjs}": ["prettier --cache --write", "eslint --cache --fix"]
5 }