From 88fe8ea9aa36c8a8d2a79b1651fc42ceecad7704 Mon Sep 17 00:00:00 2001 From: Thom Date: Mon, 7 Sep 2020 06:46:53 -0300 Subject: [PATCH] Fix "huskyrc.yml" -> ".huskyrc.yml" (#739) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf23c523d..43eda0ef6 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ You can also do it manually. Move your existing hooks to `husky.hooks` field and } ``` -Starting with `1.0.0`, husky can be configured using `.huskyrc`, `.huskyrc.json`, `.huskyrc.yaml`, `huskyrc.yml`, `.huskyrc.js` or `husky.config.js` file. +Starting with `1.0.0`, husky can be configured using `.huskyrc`, `.huskyrc.json`, `.huskyrc.yaml`, `.huskyrc.yml`, `.huskyrc.js` or `husky.config.js` file. ```js // .huskyrc