Skip to content

Commit

Permalink
Chore: remove extraneous command from lint-staged config (#14314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Apr 17, 2021
1 parent 41b3570 commit 07d14c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -27,10 +27,7 @@
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"*.js": "eslint --fix",
"*.md": "markdownlint"
},
"files": [
Expand Down

0 comments on commit 07d14c3

Please sign in to comment.