Skip to content

Commit

Permalink
fixing lint staged
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekbh committed Jun 6, 2019
1 parent b9c6ca1 commit 91b934c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@
"webpack-cli": "^3.2.1"
},
"lint-staged": {
"{src,tests}/**/*.js": [
"prettier --write",
"git add"
],
"linters": {
"{src,tests}/**/*.js": [
"prettier --write",
"git add"
]
},
"ignore": ["tests/**/fixtures/*.js"]
},
"husky": {
Expand Down

0 comments on commit 91b934c

Please sign in to comment.