Skip to content

Commit

Permalink
Add configuration for commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Jan 26, 2021
1 parent da45fde commit ca676e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -87,5 +87,10 @@
"rollup.config.js",
"lib/deep-equal-benchmark.js"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

0 comments on commit ca676e4

Please sign in to comment.