Merge pull request #1037 from SAP/dependabot/github_actions/pnpm/action-setup-4
[e-mobility-charging-stations-simulator.git] / .lintstagedrc.js
CommitLineData
a6ef1ece 1export default {
f4cae986 2 '{src,tests}/**/*.{ts,tsx,cts,mts}': ['prettier --cache --write', 'eslint --cache --fix'],
a6ef1ece 3 '**/*.{json,md,yml,yaml}': ['prettier --cache --write'],
a223d9be 4 '**/*.{js,jsx,cjs,mjs}': ['prettier --cache --write', 'eslint --cache --fix']
66a7748d 5}