From d4f4edeb963cc608fbb58052534ed8221f596dfc Mon Sep 17 00:00:00 2001 From: Peter Ramsing Date: Wed, 4 Jul 2018 08:31:49 -0700 Subject: [PATCH] Adds closing quote to "hooks" in husky config (#4805) --- docs/precommit.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/precommit.md b/docs/precommit.md index 10e3a41f..fea116b3 100644 --- a/docs/precommit.md +++ b/docs/precommit.md @@ -20,7 +20,7 @@ and add this config to your `package.json`: ```json { "husky": { - "hooks: { + "hooks": { "pre-commit": "lint-staged" } }, @@ -49,7 +49,7 @@ and add this config to your `package.json`: ```json { "husky": { - "hooks: { + "hooks": { "pre-commit": "pretty-quick --staged" } } @@ -88,7 +88,7 @@ and add this config to your `package.json`: ```json { "husky": { - "hooks: { + "hooks": { "pre-commit": "precise-commits" } }