Closed thanhkaiba closed 2 years ago
I'm wondering about this too
The difference is explained in the Prettier-ESLint README here https://github.com/prettier/prettier-eslint#the-problem. Essentially ESLint and Prettier can have conflicting settings and prettier-eslint
attempts to resolve those differences by looking at both your Prettier and ESLint configurations and making a single rule set.
Thanks for the explanation!
I use prettier-eslint-cli for my project. I wonder should I just use prettier -- write and eslint --fix instead use this prettier-eslint-cl?