From 958e17a11661e63c1eabbf0dd55d12ee9f6b4b90 Mon Sep 17 00:00:00 2001 From: Mathias Brodala Date: Wed, 5 Mar 2025 08:51:02 +0100 Subject: [PATCH] docs(yarn): Add vue-eslint-parser to Yarn install Since version 10.0.0 this has become a peer dependency which is not installed by Yarn. --- docs/user-guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md index fcd7ff45c..30432d511 100644 --- a/docs/user-guide/index.md +++ b/docs/user-guide/index.md @@ -11,7 +11,7 @@ npm install --save-dev eslint eslint-plugin-vue Via [yarn](https://yarnpkg.com/): ```bash -yarn add -D eslint eslint-plugin-vue globals +yarn add -D eslint eslint-plugin-vue vue-eslint-parser globals ``` ::: tip Requirements