prettier-standard on vscode
See original GitHub issueI love what the package does on cli. Is there a way of formatting with it in vscode?
I have the dbaeumer.vscode-eslint-1.4.5
extension installed and I would like to keep using my .eslintrc
Edit: my .estlintc
{
"extends": ["standard"],
"rules": {
"camelcase": 0
},
"env": {
"browser": true,
"es6": true
},
"globals": {
"app": true,
"moment": true
}
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Prettier-Standard - JavaScript formatter - Visual Studio ...
VS Code package to format your Javascript using Prettier and Standard. It uses prettier-standard under the hood. You can customize output by ...
Read more >Prettier and Standard in VSCode - Zell Liew
Prettier and Standard in VSCode ... Prettier is an opinionated tool that helps you format code. I love Prettier, but I don't like...
Read more >Prettier and Standard in VSCode - DEV Community
We can use an extension called Prettier Standard VSCode. It changes JavaScript from the Prettier default format into Standard.
Read more >How To Format Code with Prettier in Visual Studio Code
In the command palette, search for format and then choose Format Document. Then choose Prettier - Code Formatter.
Read more >How to use Prettier in VS Code - Robin Wieruch
Prettier is an opinionated code formatter which ensures one unified code format. It can be used in VS Code by installing it from...
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
Awesome!
For documentation purposes, my files (or at least, the most important parts):
settings.json
devDependencies in package.json:
.eslint
is still the same.Thank you @sheerun
prettier-standard doesn’t support linting. You can use e.g. healthier for linting