问题 I want to use Prettier and ESLint together, but I experienced some conflicts just by using them one after another. I see that there are these three packages that seem to allow them to be used in tandem: prettier-eslint eslint-plugin-prettier eslint-config-prettier However, I am unsure which to use as these package names all contain eslint and prettier . Which should I use? 回答1: ESLint contains many rules and those that are formatting-related might conflict with Prettier, such as arrow-parens