-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
@vue/eslint-config-prettier fails since 4.0.0 #2960
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
Comments
I assume that should be solved by #2932 |
@LinusBorg Thanx! I'll wait for the merge and test again, then close the issue if OK. |
@LinusBorg I see this is actually merged. How can I install this package from github? |
After hard replacing in node_modules and When the new version will be published? |
|
@sodatea |
The prettier config is quite different from other configs, that is, it is used to disable certain rules rather than enabling rules. |
Version
3.1.1
Node and OS info
latest node, latest win10 and MacOS High Sierra.
Steps to reproduce
Create a project with vue-cli and @vue/[email protected] or 4.0.1.
Add vue/max-attributes-per-line rule.
The prettier makes carriage return without tabulation, then linter fails very often with the same error:
What is expected?
prettier makes my code pretty.
What is actually happening?
prettier makes my code ugly.
Since 4.0.0. We've checked all other deps.
The text was updated successfully, but these errors were encountered: