Files
TheGame/.lintstagedrc.json
2020-07-13 11:19:48 -06:00

5 lines
101 B
JSON

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