chore: update lint staged patterns

This commit is contained in:
Daniel Lautzenheiser
2022-12-06 09:51:40 -05:00
parent a5481aaece
commit 1e624909c5
2 changed files with 4 additions and 2 deletions

View File

@ -257,6 +257,7 @@
"registry": "https://registry.npmjs.org"
},
"lint-staged": {
"*.[jt]sx?": "prettier --write"
"*.ts": "prettier --write",
"*.tsx": "prettier --write"
}
}