Skip to content

Commit

Permalink
fix: removed unnecessary "prettier --write"
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Oct 5, 2018
1 parent 758d1d0 commit ac680c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
"lint-staged": {
"linters": {
"*.js": [
"prettier --write",
"xo --fix",
"git add"
],
Expand Down
1 change: 0 additions & 1 deletion template/package
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<% if (eslint === 'standard') { %>
"standard --fix",
<% } else { %>
"prettier --write",
"xo --fix",
<% } %>
"git add"
Expand Down

0 comments on commit ac680c4

Please sign in to comment.