[BUG] Prettier is not disabled for vue
See original GitHub issueBy default prettier is disabled for vue
language. But this setting is not respected by prettier. Prettier formatter is always on for .vue
files unless I toggle formatter on/off.
No local or global installation of prettier package.
Windows 10 x64
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
VSCode prettier/vue formatting settings don't work properly
Turning off all the Vetur formatters and disabling all formatting capabilities of Vetur. Enabled ESLint as the formatter. This seems to have ...
Read more >How to get rid of the "prettier" warnings? - Vue Forum
Disable that option in vue.config.js . That allows you to still run the lint command manually; Remove the prettier preset from eslintrc.js ....
Read more >ESLint and Prettier with Vite and Vue.js 3 - Vue School Blog
Combing ESLint and Prettier make large scale Vue 3 apps clean and error free. Learn how to set up Prettier and ESLint with...
Read more >Prettier | IntelliJ IDEA Documentation - JetBrains
Prettier is a tool to format .js, .ts, .css, .less, .scss, .vue, and .json code. With IntelliJ IDEA, you can format selected code...
Read more >How I Resolved Vue.js, VSCode, Vetur, Prettyhtml, and ...
Prettier always wraps attributes and there's no way to disable it. Prettyhtml allows you to disable the wrap attributes, but removes all ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Off-course this:
"vetur.format.defaultFormatter.html": "js-beautify-html"
is the problem!Disable Vetur ?