We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
My prettier configuration
{ "$schema": "https://json.schemastore.org/prettierrc", "semi": false, "singleQuote": true, "printWidth": 100, "trailingComma": "all", "arrowParens": "always", "tabWidth": 2, "useTabs": false, "bracketSpacing": true }
vscodo automatically formatted results

The result of executing npm run format
I want the structure to be as above
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Hi @aslrz-club
I'm not sure what your issue is.
This repo is the official project generator for Vue, it does generate a minimal prettier config, but you're free to update it as you like.
What is the issue with create-vue?
I want the commands lint and format to produce the same results. How should I configure this?
lint
format
You'll need to update your eslint config to use prettier via @vue/eslint-config-prettier Check out the docs at https://github.com/vuejs/eslint-config-prettier
@vue/eslint-config-prettier
No branches or pull requests
My prettier configuration
vscodo automatically formatted results
The result of executing npm run format
I want the structure to be as above
The text was updated successfully, but these errors were encountered: