Skip to content

Common Replies

Lipis edited this page Feb 2, 2018 · 3 revisions

Duplicate

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 #

Use prettier-eslint

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.

Use prettier-tslint

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 use 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.

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.