Skip to content

Commit 45e3187

Browse files
committed
Fix lint-staged glob
1 parent 4b27c11 commit 45e3187

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
@@ -37,7 +37,7 @@
3737
"python"
3838
],
3939
"lint-staged": {
40-
"*.{js|json}": [
40+
"*.{js|ts}": [
4141
"prettier-eslint --list-different",
4242
"git add"
4343
]

0 commit comments

Comments
 (0)