Skip to content

Commit ddc10cd

Browse files
committed
fix: added typescript to lint staged
1 parent 3cdd947 commit ddc10cd

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
@@ -18,7 +18,7 @@
1818
"node": ">=14"
1919
},
2020
"lint-staged": {
21-
"*.{js,vue}": "eslint",
21+
"*.{js,vue,ts}": "eslint",
2222
"*.{css,vue}": "stylelint"
2323
},
2424
"dependencies": {

0 commit comments

Comments
 (0)