Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

What does prettier-atom does under the hood with the eslint integration? #177

@tleunen

Description

@tleunen

I was trying to run prettier on an entire code base, so I wanted to run prettier-eslint from the command line, with the --write option to overwrite the files.

But when I do that, I noticed the result is different from what prettier-atom is giving me with the eslint option.

It's slightly different, a few lines have the wrong indentation (2 spaces instead of 4 from my eslint config). But it's not every lines... So I wonder what magic prettier-atom does that prettier-eslint is not doing.

Maybe an option I'm missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions