From 7259d0fddd97756c210242e7a6f43d196a110aa5 Mon Sep 17 00:00:00 2001 From: Iliyan Yotov Date: Tue, 26 May 2020 09:48:10 +0300 Subject: [PATCH] chore: Adding more supported formats to the README documentation (#711) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c8816fa6..14f4fc382 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.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