You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
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.
I was trying to run prettier on an entire code base, so I wanted to run
prettier-eslintfrom the command line, with the--writeoption to overwrite the files.But when I do that, I noticed the result is different from what
prettier-atomis 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-eslintis not doing.Maybe an option I'm missing?