ESLint v9? #17794
Unanswered
JakNowy
asked this question in
Ideas / Proposals
ESLint v9?
#17794
Replies: 1 comment
-
If we let aside Quasar, upgrading from ESLint v8 to v9 isn't simple, mostly due to going from eslintrc(e.g. As for the Quasar side, if you create a new project and choose app-vite v2 or app-webpack v4, it will use ESLint v9. If you want to upgrade your existing project, you can create a new project and try to make your existing linting setup similar to it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the current state and recommended convention for eslint configuration in Quasar? Recently I tried bumping esling to version 9 but it doesn't seem to be compatible with standard
.eslintrc.cjs
. On the other hand reverting to eslint 8 gives me a couple of npm warnings:In fact it works fine but I'm curious if there's some recommended way to address that.
Beta Was this translation helpful? Give feedback.
All reactions