slime/.lintstagedrc.json

4 lines
107 B
JSON

{
"*.{ts,tsx,js,jsx}": ["eslint --fix", "prettier --write"],
"*.{json,css,md}": ["prettier --write"]
}