Skip to content

Commit b4dc197

Browse files
committed
update lint-staged
add md file
1 parent 02b16db commit b4dc197

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
@@ -105,7 +105,7 @@
105105
"pre-commit": "lint-staged"
106106
},
107107
"lint-staged": {
108-
"*.{js,jsx,vue}": [
108+
"*.{js,jsx,vue,md}": [
109109
"vue-cli-service lint --fix",
110110
"prettier --write",
111111
"git add"

0 commit comments

Comments
 (0)