prettier-vscode: Extension does not work with new versions of eslint

Prettier cannot resolve the eslint configuration and uses fallback options instead of eslint rules (prettier.eslintIntegration: true)

The issue is reproduced using the eslint versions:

  • 5.15.2
  • 5.15.3

The solution for me at the moment is downgrade eslint to 5.15.1

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 14
  • Comments: 20 (2 by maintainers)

Most upvoted comments

Any updates?

We’ve run into the same issue. Prettier is not applying our eslint rules.

Eslint version: 5.15.3 Prettier: 1.16.4

VS-code extension: 1.18.1

Downgrading to 5.15.1 does fix the issue.

Downgrading to 5.15.1 does fix the issue.

As @icyJoseph said, downgrading Eslint to 5.15.1 fixes the issue.

I just downgraded VSCode to Version 1.32.3 (1.32.3) and everything is working again

Adding my 2 cents . osx . stopped working with vscode 1.33.0

eslint 5.16.0 or 5.15.1 neither works.