[NuxtJS] Using prettier with @antfu/eslint-config #566
Replies: 1 comment
-
In README.md:
|
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
-
Hello everyone, I need an advice for how to setup prettier correctly with @antfu/eslint-config, and solve conflicts that happens between them.
For example:
"singleQuote": false
in.prettierrc
, and in eslint configs is set to true, basically I need eslint to ignore this if it set in prettier.As far as I know I need two things:
But don't know where to reference them...
Currently I have
eslint.config.mjs
that have:Beta Was this translation helpful? Give feedback.
All reactions