Skip to content

Commit 97e06e8

Browse files
committed
chore: fix lint script
1 parent 8b973c8 commit 97e06e8

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
@@ -69,7 +69,7 @@
6969
},
7070
"lint-staged": {
7171
"**/*.{ts,tsx,js,jsx}": [
72-
"eslint --fix",
72+
"eslint --ext .ts,.tsx,.js,.jsx --fix",
7373
"prettier --write"
7474
],
7575
"**/*.{md,yml,json}": [

0 commit comments

Comments
 (0)