Skip to content

Commit 5f4ddfc

Browse files
committed
fix: 🐛 remove warning commit lint
1 parent 4bdd525 commit 5f4ddfc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,10 @@
6767
},
6868
"lint-staged": {
6969
"*.js": [
70-
"vue-cli-service lint",
71-
"git add"
70+
"vue-cli-service lint"
7271
],
7372
"*.vue": [
74-
"vue-cli-service lint",
75-
"git add"
73+
"vue-cli-service lint"
7674
]
7775
},
7876
"publishConfig": {

0 commit comments

Comments
 (0)