Skip to content

Commit

Permalink
fix: 🐛 remove warning commit lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TouchSek committed Mar 17, 2021
1 parent 4bdd525 commit 5f4ddfc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -67,12 +67,10 @@
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
"vue-cli-service lint"
],
"*.vue": [
"vue-cli-service lint",
"git add"
"vue-cli-service lint"
]
},
"publishConfig": {
Expand Down

0 comments on commit 5f4ddfc

Please sign in to comment.