Prettier is not a linter, it's a code formatter. It can be used together with linters thanks to tslint-config-prettier and eslint-config-prettier. So Prettier selection could be separated from linters selection. Prettier can be used together with any ESLint/TSlint preset.
ESLint + Airbnb config and ESLint + Standard config options. Right now ESlint and Prettier are bound with a ESlint + Prettier option. I can't both use Prettier and ESlint Standard config. So I think this is a good advice.
Are there any plans to add this feature in upcoming Vue CLI 5.x?
Most helpful comment
Right now ESlint and Prettier are bound with a
ESlint + Prettieroption. I can't both use Prettier and ESlint Standard config. So I think this is a good advice.