Skip to content

Commit 3cc6787

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

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 --fix",
74+
"eslint --ext .js,.ts,.tsx --fix",
7575
"prettier --write"
7676
],
7777
"**/*.{md,yml,json}": [

0 commit comments

Comments
 (0)