From e158d98a80503af74264bc0bc9ba2ab905d8d32f Mon Sep 17 00:00:00 2001 From: Chris Weber Date: Mon, 29 Apr 2024 13:03:22 +0200 Subject: [PATCH] Add remark of update issue with eslint 9.x --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ae0c85..c157a18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # vite-plugin-vue-examples +## Issues +- Eslint package can't be updated to latest '9.x.x' version, because the package 'typescript-eslint' has eslint 8.56.x as a peer dependency. For a fresh install downgrade eslint to ^8.56.0" to get a working application again. + ## Development Install nvm [https://github.com/nvm-sh/nvm#installing-and-updating](https://github.com/nvm-sh/nvm#installing-and-updating)