-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Common Replies
Labels: type:duplicate
Thanks for reporting this! Someone opened an issue about this before, so please follow along there instead.
Duplicate of #
Thanks for reporting this! Someone opened an issue about this before, so please follow along there instead.
Duplicate of #
Labels: lang:javascript type:question
Hi! Thanks for bringing this up. Unfortunately, we generally don’t add configuration options, and instead encourage you to use
prettier-eslint
, a tool that runs your code through an ESLint config of your choice after running Prettier, enabling you to choose and enforce your own style guide while still taking advantage of Prettier’s features.
Hi! Thanks for bringing this up. Unfortunately, we [generally don’t add configuration options](https://prettier.io/docs/en/option-philosophy.html), and instead encourage you to use [`prettier-eslint`](https://github.com/prettier/prettier-eslint-cli), a tool that runs your code through an ESLint config of your choice after running Prettier, enabling you to choose and enforce your own style guide while still taking advantage of Prettier’s features.
Labels: lang:typescript type:question
Hi! Thanks for bringing this up. Unfortunately, we generally don’t add configuration options, and instead encourage you follow Prettier’s style.
However, if you’d really like to keep your style, you can useprettier-tslint
, a tool that runs your code through a TSLint config of your choice after running Prettier, enabling you to choose and enforce your own style guide while still taking advantage of Prettier’s features.
Hi! Thanks for bringing this up. Unfortunately, we [generally don’t add configuration options](https://prettier.io/docs/en/option-philosophy.html), and instead encourage you follow Prettier’s style.
However, if you’d really like to keep your style, you can use [`prettier-tslint`](https://github.com/azz/prettier-tslint), a tool that runs your code through a TSLint config of your choice after running Prettier, enabling you to choose and enforce your own style guide while still taking advantage of Prettier’s features.