Skip to content

Commit 1452c73

Browse files
dominikghaoqunjiang
authored andcommitted
fix: lint-staged (#215)
1 parent e2b33cf commit 1452c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"*": [
2424
"prettier --write --ignore-unknown"
2525
],
26-
"**/*.js": [
27-
"eslint"
26+
"*.ts": [
27+
"eslint --fix"
2828
]
2929
},
3030
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)