ESLint integration is broken
See original GitHub issueSince the last update today, only prettier
gets applied and not prettier-eslint
.
We have prettier.eslintIntegration
enabled in our configuration.
Running prettier-eslint
manually produces the correct output.
Everyone on our team has had to revert the extension.
I don’t see anything obvious in the changes from 1.5.0
to 1.6.0
that could explain this…
I’m not sure how to debug VSCode extensions to actually see what’s going on.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Prettier eslint integration is not working · Issue #189 - GitHub
Hello,. the "prettier.eslintIntegration": true is not working. I tried to install prettier-eslint as local and global package and it was the ...
Read more >ESLint not working in VSCode? Help build a troubleshooting ...
I recently encountered a project where the lint script in the package.json was missing the dot at the very end which tells ESLint...
Read more >ESLint not working in VS Code? - Stack Overflow
If ESLint is running in the terminal but not inside VSCode, it is probably because the extension is unable to detect both the...
Read more >Integrations - 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 >Migrating to v8.0.0 - ESLint - Pluggable JavaScript Linter
This guide is intended to walk you through the breaking changes. ... Breaking changes for integration developers. Node.js 10, 13, and 15 are...
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
@CiGit I was wrong, everything is fine with
tslint
integration, the problem is with this issue: https://github.com/palantir/tslint/issues/2814. That’s why it doesn’t respectindent
rule.This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.