Versions:
prettier-eslint version:node version:npm (or yarn) version:Have you followed the debugging tips?
Yes || No
Relevant code or config
What I did:
What happened:
Reproduction repository:
Problem description:
Should prettier-eslint be present in the VS Code extension install tool and on the VS Code extensions Marketplace website?
Suggested solution:
Hey
prettier-eslint doesn't have its own editor extensions. For vscode you'll need to use the prettier extension and turn on the eslint integration option.
hi @zimme-
In the prettier extension, the prettier.eslintIntegration option is now deprecated and says:
Use
prettier-eslintinstead of prettier.
Why is this deprecated and is there now a new way to use prettier-eslint in vscode?
@lambert-velir is right.
The eslintIntegration option is not available on the prettier extension anymore. And having to manually run format scripts instead of _format-on-save_ is pretty annoying. Does anyone have any update on this?
Most helpful comment
hi @zimme-
In the prettier extension, the
prettier.eslintIntegrationoption is now deprecated and says:Why is this deprecated and is there now a new way to use
prettier-eslintin vscode?