Skip to content

Commit

Permalink
chore: remove manual adding to index because husky does it automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasin committed May 1, 2020
1 parent d12a2fc commit f4c5682
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 @@ -50,8 +50,7 @@
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --single-quote --write",
"git add"
"prettier --single-quote --write"
]
},
"author": "Mikhail Vasin <[email protected]>",
Expand Down

0 comments on commit f4c5682

Please sign in to comment.