What do you think about eslint-plugin-prettier?
See original GitHub issuehttps://github.com/not-an-aardvark/eslint-plugin-prettier
It allows you to:
- Verify that files are formatted with prettier by running
eslint
. - Format files by runnung
eslint --fix
. - Re-use any tooling/setup that works with eslint.
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
ESLint plugin for Prettier formatting - GitHub
This plugin works best if you disable all other ESLint rules relating to code formatting, and only enable rules that detect potential bugs....
Read more >Prettier + ESLint = ❤️ | Ben Ilegbodu
Prettier is a highly-opinionated code formatter intended to remove discussions about code style in code reviews. By default, we run prettier -- ...
Read more >Integrating with Linters - Prettier
First, we have plugins that let you run Prettier as if it was a linter rule: eslint-plugin-prettier · stylelint-prettier. These plugins were especially...
Read more >Why use "eslint-plugin-prettier" over "eslint-config-prettier"
1 Answer 1 · eslint-plugin-prettier - runs Prettier as an ESLint rule and reports differences as individual ESLint issues. · eslint-config- ...
Read more >How to use Prettier with ESLint - Robin Wieruch
We will start by installing the Prettier and ESLint extension/plugin for your editor/IDE. For instance, in VSCode you can find Prettier and ...
Read more >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
Well, if @not-an-aardvark can agree to allow configuration to disable error reporting from this plugin, then we could do away with my module. Otherwise, yes, I think they should both exist to support the different use cases.
Yes, I’ll send a PR soon!