-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap #303
Comments
Hi @danielroe Thanks for this. I've been struggling today to wrap my head around the Nuxt 3 eslint ecosystem and I am unsure if I should continue trying right now or wait. In your opinion, is it reasonably possible to have eslint working with Nuxt 3 right now? I say reasonably as I am keen to avoid losing time to trying packages that are not expected to work. |
Yes, |
Thanks @danielroe - does it require integrating with any other package (other than |
It's an eslint config rather than a Nuxt module so you will need to configure it in your eslintrc. Details should be in the README of this repository. |
I'm unsure what's the difference between this repo and this repo: https://github.com/nuxt-modules/eslint |
The module enables projects to e.g. fail the build if there are any eslint errors. With the config only, the build would run fine and you'd have to run eslint separately. Just to give an example. |
@dargmuesli ohhh it makes way more sense, thanks ! 👌 |
Any plans not using |
Hello guys is there a rough estimate for the roadmap? |
Since Before with It would be nice to add this info to the docs, too. A simple sentence like "If you prefer to have more opionated linting, add ..." |
Do I need to use typescript-eslint or this plugin include it by default? |
@thread-koder, it includes |
The aim for this repo is to be a single source for first-class Nuxt integration with eslint (configuration + plugin(s)). We currently have a few issues.
@nuxt/eslint-config
is rebuilt for Nuxt 3 support without much opinion and is our preferred choice@nuxtjs/eslint-config
and@nuxtjs/eslint-config-typescript
configurations that are in useWe'll use this issue to track key changes/tasks that need to take place. See also #240.
Tasks
The text was updated successfully, but these errors were encountered: