Skip to content

Commit 308eb1f

Browse files
committed
chore: added .jsx and .tsx
1 parent 5afa435 commit 308eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"*.{js,ts}": "prettier --write",
2+
"*.{js,jsx,ts,tsx}": "prettier --write",
33
"*.{md,html,json}": "prettier --write",
44
"*.sol": [
55
"prettier --write",

0 commit comments

Comments
 (0)