From 92a93f395ac1550a5a2d6440ef04a9bc0bbd097d Mon Sep 17 00:00:00 2001 From: typicode Date: Mon, 1 Oct 2018 13:17:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 213629878..0a8a50596 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Alternatively, you can run the following command which will do the same automati ./node_modules/.bin/husky-upgrade ``` -Starting with `1.0.0`, you can also use any of the files/formats that are supported by [cosmiconfig](https://github.com/davidtheclark/cosmiconfig). This means that you can place your husky hooks config in a `.huskyrc` file or export them from a `husky.config.js` file as well. Cosmiconfig supports `.js`, `.json`, and `.yaml` file formats. +Starting with `1.0.0`, you can also configure hooks using `.huskyrc`, `.huskyrc.json` or `.huskyrc.js` file. ```js // .huskyrc