How come that scaffoled eslint config looks different every other day but never works? #10463
Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
Not sure what you are referring to, I'd need examples to understand what "doesn't work". Also I can't see a reason for the config to change "every other day". Apart from dependency updates and a few minimal changes, the config has been stable for months? Related commits: https://github.com/vuejs/create-eslint-config/commits/main/ I mean, of course the config may change depending on the options you choose for a fresh project, i.e. typescript, prettier, testing tools etc, some of which influence which options might be added or adjusted in the eslint config. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the title says.
Whenever I scaffold a new project with
npm create vue@latest
, the generated eslint config looks totally different than last time but it never works.Is there any fool proof way to set up eslint? I need it for code quality and formatting but it does none of it.
P. S.: I got all parts of it (linting with
npm run lint
, auto lint in dev mode, auto format on save in VSCode) running once, but it was with NuxtBeta Was this translation helpful? Give feedback.
All reactions