Skip to content

Commit

Permalink
ui: Lint staged no longer requires git add to be specified (#8285)
Browse files Browse the repository at this point in the history
  • Loading branch information
johncowen authored Jul 10, 2020
1 parent 40f0805 commit 47b47b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ui-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@
},
"lint-staged": {
"{app,config,lib,server,tests}/**/*.js": [
"prettier --write",
"git add"
"prettier --write"
],
"app/styles/**/*.*": [
"prettier --write",
"git add"
"prettier --write"
]
},
"devDependencies": {
Expand Down

0 comments on commit 47b47b9

Please sign in to comment.