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 3b7322e commit b9c6ca1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,11 @@
"webpack-cli": "^3.2.1"
},
"lint-staged": {
"src/**/*.js": [
"{src,tests}/**/*.js": [
"prettier --write",
"git add"
],
"tests/**/*.test.js": [
"prettier --write",
"git add"
]
"ignore": ["tests/**/fixtures/*.js"]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit b9c6ca1

Please sign in to comment.