Prettier-eslint: Not seeing prettier-eslint in the VS Code markeplace website or shown in the VS Code extensions install tool.

Created on 29 Aug 2018  路  3Comments  路  Source: prettier/prettier-eslint

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:

Most helpful comment

hi @zimme-

In the prettier extension, the prettier.eslintIntegration option is now deprecated and says:

Use prettier-eslint instead of prettier.

Why is this deprecated and is there now a new way to use prettier-eslint in vscode?

All 3 comments

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-eslint instead 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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Vadorequest picture Vadorequest  路  7Comments

chrisbobbe picture chrisbobbe  路  8Comments

0x80 picture 0x80  路  6Comments

sheerun picture sheerun  路  10Comments

sirpeas picture sirpeas  路  7Comments