We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@davidglezz suggests to use Biome.js instead of Prettier #1 (comment)
Formatting in 10% of the time! 🚀
The text was updated successfully, but these errors were encountered:
I tried Biome.js
biome.json
{ "formatter": { "enabled": true, "formatWithErrors": true, "ignore": [], "attributePosition": "auto", "indentStyle": "space", "indentWidth": 2, "lineWidth": 100, "lineEnding": "lf" }, "javascript": { "formatter": { "quoteStyle": "single", "arrowParentheses": "asNeeded", "quoteProperties": "asNeeded", "semicolons": "always", "trailingCommas": "all" } }, "json": { "formatter": { "trailingCommas": "none" } } }
then run npx @biomejs/biome format --write .
npx @biomejs/biome format --write .
Sorry, something went wrong.
BUT... Partial support for vue files: It only format js/ts code, css & html keeps untouched (at least in Vue SFC).
No branches or pull requests
@davidglezz suggests to use Biome.js instead of Prettier
#1 (comment)
The text was updated successfully, but these errors were encountered: