From ca676e418f8599275b50323f2c0b14b4a67dc732 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Tue, 26 Jan 2021 18:26:27 +0000 Subject: [PATCH] Add configuration for commit hook --- package.json | 5 +++++ 1 file changed, 5 insertions(+) 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" + } } }