Output does not appear to be sent to eslint
See original GitHub issueprettier-eslint-cli
version: 4.7.1prettier
version: I don’t have prettier installedeslint
version: 5.10.0
What you did:
running yarn run eslint . --max-warnings 0
results in many warnings / errors
running yarn run prettier-eslint --write
results in no changes
What happened:
Because the results of prettier are sent to eslint --fix I would have expected that there would be some changed files, since eslint is clearly saying that there are warnings and errors and prettier-eslint is just delegating to eslint after that. But it’s not reporting anything…
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
ESLint Output not Showing Errors · Issue #1222 - GitHub
I've tried "eslint.debug": true in settings.json and while it does print more stuff it still doesn't give the error message.
Read more >Command Line Interface - 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 >node.js - ESLint output to file and console at the same time
The easy way is by using this JavaScript package called ESLint Output. · The more complicated way is basically building said package yourself....
Read more >ESLint not working in VSCode? Help build a troubleshooting ...
Take a look at the output panel in VSCode. Open the command palette by pressing Ctrl / Cmd + Shift + P and...
Read more >eslint work in terminal but doesn't show errors highlighted in ...
It runs in terminal when doing. eslint src/. but in vscode error are not highlighted or shown! my configuration file .eslintrc.js.
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
We’re also experiencing this issue. Prettier formats the files, but eslint errors never appear.
Stale issue