From b17140ddc825fe1cb0b1edbf7741386081e9c2d8 Mon Sep 17 00:00:00 2001 From: LocTran016 Date: Mon, 28 Jun 2021 08:58:48 +0700 Subject: [PATCH] Yarn v2 is now supported --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1e81bd71b5..23fc792447 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,6 @@ yarn husky install npx husky add .husky/commit-msg 'npx --no-install commitlint --edit "$1"' ``` -**Please note that currently @commitlint/cli doesn't support yarn v2 Plug'n'Play (using yarn v2 with `nodeLinker: node-modules` in your .yarnrc.yml file may work sometimes)** - Check the [husky documentation](https://typicode.github.io/husky/#/?id=manual) on how you can automatically have Git hooks enabled after install for different `yarn` versions. **Detailed Setup instructions**