Files
pn-new-crm/.lintstagedrc.json

5 lines
131 B
JSON
Raw Normal View History

{
"*.{ts,tsx}": ["eslint --fix", "prettier --write", "node scripts/tsc-staged.mjs"],
"*.{json,md,css}": ["prettier --write"]
}