Skip to content

Commit

Permalink
update tooling (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored May 1, 2020
1 parent 1444c05 commit 2c34d9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
}
},
"lint-staged": {
"*.{js,jsx,json}": [
"eslint --ext '.js,.jsx,.json' -c .eslintrc.json",
"git add"
"*.{js,jsx}": [
"eslint --ext '.js,.jsx' -c .eslintrc.json"
]
},
"dependencies": {
Expand Down

0 comments on commit 2c34d9e

Please sign in to comment.