lint by default
See original GitHub issueI discovered pretty recently that the --lint
option is needed to enable some of the lint rules from standard
.
I would favor that this option is enabled by default, considering that this utility seems to be intended to apply a combination of both Prettier formatting and standard
code lint functionality.
I would also love to see an option to both fix the formatting and fix as many eslint issues as possible at the same time.
Thanks again for making and maintaining this utility!
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
default-case - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >Allowed-by-default Lints - The rustc book
These lints are all set to the 'allow' level by default. As such, they won't show up unless you set them to a...
Read more >Improve your code with lint checks - Android Developers
Tip: You can manage the lint checking feature for your Java, Kotlin, or XML source files in the Default Preferences dialog. Select File...
Read more >Default configuration for Golang CI Lint - gists · GitHub
This file contains all available configuration options. # with their default values. # options for analysis running. run: # default concurrency is a ......
Read more >How To Lint and Format Code with ESLint in Visual Studio Code
VS Code. Default avatar. By James Quick. Developer and author at DigitalOcean. How To Lint and Format Code with ESLint in Visual Studio...
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
prettier-standard doesn’t fix linting errors by default (only formatting ones). I guess I could introduce
prettier-standard eslint
command so you can do it manually if really neededHi, Sorry for asking this unrelated question but I’m stuck on this for a while and can’t find a way for this.
Can you please guide me how can I enable prettier-standard for auto-formatting when saving files in VS Code. Any help would be highly appreciated