- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6.3k
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 configandESLint + Standard configoptions.
Shinigami92, morrislaptop, eperedo, jakecobley, MarvinXu and 15 more