Skip to content

Commit

Permalink
ci: remove lint-staged warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong committed Jun 18, 2020
1 parent 5f37b6c commit 83c9dd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"lint-staged": {
"*.{js,jsx}": [
"prettier --write",
"eslint --fix",
"git add"
"eslint --fix"
]
},
"files": [
Expand Down

0 comments on commit 83c9dd7

Please sign in to comment.