Skip to content

Commit a780a58

Browse files
committed
chore: fix lint script
1 parent 3cc6787 commit a780a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"lint-staged": {
7373
"**/*.{ts,tsx,js,jsx}": [
74-
"eslint --ext .js,.ts,.tsx --fix",
74+
"eslint --ext .js,.jsx,.ts,.tsx --fix",
7575
"prettier --write"
7676
],
7777
"**/*.{md,yml,json}": [

0 commit comments

Comments
 (0)