-
Notifications
You must be signed in to change notification settings - Fork 68
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
[Docs] description in Prettier section is a little misleading #342
Comments
From my point of view I think it makes sense for us to disable |
@antfu Thank you for adding the FAQs, really helpful! |
For anyone who comes across this issue looking to integrate Prettier with @nuxt/eslint (and @intlify/eslint-plugin-vue-i18n), here's my working config, after hours of trial and error:
Sources that helped: |
thanks this worked almost |
@cannap No need for stylistic if your using prettier. See here how I added and configured prettier to work with this module: meirroth/nuxtboiler@181618f |
I have another conflict like this with the rule |
Environment
ignore
Package
None
Reproduction
ignore
Describe the bug
@nuxt/eslint
includes some rules ineslint-plugin-vue
which conflicts with prettier likevue/max-attributes-per-line
. Therefore, we cannot use Prettier alongside "directly", still need to turn off those rules manually or viaeslint-config-prettier
.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: