question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Output does not appear to be sent to eslint

See original GitHub issue
  • prettier-eslint-cli version: 4.7.1
  • prettier version: I don’t have prettier installed
  • eslint 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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
czebecommented, May 3, 2019

We’re also experiencing this issue. Prettier formats the files, but eslint errors never appear.

0reactions
github-actions[bot]commented, Mar 7, 2021

Stale issue

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found