Skip to content

Commit

Permalink
feat: add lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhengjian committed Jul 25, 2022
1 parent 6701cdb commit cc33f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lint-staged": {
"*.{ts,tsx,js,vue}": [
"eslint --fix",
"git add"
"git add ."
]
},
"engines": {
Expand Down

0 comments on commit cc33f6f

Please sign in to comment.