From d304635b8c70c6d9400d1246f1446eb76c64406c Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Mon, 4 Oct 2021 13:07:55 +0200 Subject: feat(yarn): add `ylnf` alias to fix linting problems (#9219) --- plugins/yarn/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/yarn/README.md') diff --git a/plugins/yarn/README.md b/plugins/yarn/README.md index fd748b742..9a0d1708d 100644 --- a/plugins/yarn/README.md +++ b/plugins/yarn/README.md @@ -28,6 +28,7 @@ plugins=(... yarn) | yi | `yarn init` | Interactively creates or updates a package.json file | | yin | `yarn install` | Install dependencies defined in `package.json` | | yln | `yarn lint` | Run the lint script defined in `package.json` | +| ylnf | `yarn lint --fix` | Run the lint script defined in `package.json`to automatically fix problems | | yls | `yarn list` | List installed packages | | yout | `yarn outdated` | Check for outdated package dependencies | | yp | `yarn pack` | Create a compressed gzip archive of package dependencies | -- cgit v1.2.3-70-g09d2