Open
Description
What problem does this feature solve?
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.
What does the proposed API look like?
- Separate linters selection from code formatters selection.
- Remove:
ESLint + Airbnb config
andESLint + Standard config
options.