Skip to content

Commit

Permalink
chore: added .jsx and .tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jun 20, 2022
1 parent 5afa435 commit 308eb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"*.{js,ts}": "prettier --write",
"*.{js,jsx,ts,tsx}": "prettier --write",
"*.{md,html,json}": "prettier --write",
"*.sol": [
"prettier --write",
Expand Down

0 comments on commit 308eb1f

Please sign in to comment.