Skip to content

Commit

Permalink
chore: fix lint-staged prettier cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioramos committed Jun 13, 2020
1 parent 6abca25 commit e6ddf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --config .prettierrc --write",
"prettier --config package.json --write",
"git add"
],
"*.*": [
"prettier --config .prettierrc --write",
"prettier --config package.json --write",
"git add"
]
},
Expand Down

0 comments on commit e6ddf9b

Please sign in to comment.