mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
5 lines
101 B
JSON
5 lines
101 B
JSON
{
|
|
"*.{ts,tsx,js}": ["eslint --fix", "prettier --write"],
|
|
"*.{json,yml,md}": "prettier --write"
|
|
}
|