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

@ -57,6 +57,7 @@
"webpack": "5.75.0"
},
"lint-staged": {
"*.[jt]sx?": "prettier --write"
"*.ts": "prettier --write",
"*.tsx": "prettier --write"
}
}