Skip to content

Commit

Permalink
fix(package.json): remove jest from lint staged
Browse files Browse the repository at this point in the history
prettier and jest can't run on the same pattern.
it cause jest to run on files with are not test cases.
  • Loading branch information
revathskumar committed Aug 21, 2018
1 parent 7d81863 commit 3b89dde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@
"linters": {
"*.{js,jsx,ts,tsx}": [
"prettier --config .prettierrc --write",
"git add",
"jest"
"git add"
]
},
"ignore": [
Expand Down

0 comments on commit 3b89dde

Please sign in to comment.