diff --git a/package.json b/package.json index d561c8e..70f232c 100644 --- a/package.json +++ b/package.json @@ -87,5 +87,10 @@ "rollup.config.js", "lib/deep-equal-benchmark.js" ] + }, + "husky": { + "hooks": { + "pre-commit": "lint-staged" + } } }