Skip to content

Commit

Permalink
Merge pull request #3334 from marmelab/reconfigure-git-hooks
Browse files Browse the repository at this point in the history
Reconfigure git hooks
  • Loading branch information
fzaninotto authored Jun 17, 2019
2 parents 38fc629 + 4581875 commit f6ca45a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"git add",
"cross-env BABEL_ENV=cjs NODE_ICU_DATA=node_modules/full-icu jest --findRelatedTests"
]
],
"*.{json,css,md}": [
"prettier",
"git add"
]
}

0 comments on commit f6ca45a

Please sign in to comment.