You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These plugins were especially useful when Prettier was new. By running Prettier inside your linters, you didn’t have to set up any new infrastructure and you could re-use your editor integrations for the linters. But these days you can run `prettier --check .` and most editors have Prettier support.
@@ -34,7 +32,6 @@ The downsides of those plugins are:
34
32
Finally, we have tools that run `prettier` and then immediately for example `eslint --fix` on files.
Those are useful if some aspect of Prettier’s output makes Prettier completely unusable to you. Then you can have for example `eslint --fix` fix that up for you. The downside is that these tools are much slower than just running Prettier.
Copy file name to clipboardExpand all lines: docs/related-projects.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,6 @@ title: Related Projects
16
16
-[stylelint-prettier](https://github.com/prettier/stylelint-prettier) runs Prettier as a stylelint rule and reports differences as individual stylelint issues
17
17
-[prettier-stylelint](https://github.com/hugomrdias/prettier-stylelint) passes `prettier` output to `stylelint --fix`
18
18
19
-
## TSLint Integrations
20
-
21
-
-[tslint-config-prettier](https://github.com/alexjoverm/tslint-config-prettier) use TSLint with Prettier without any conflict
22
-
-[tslint-plugin-prettier](https://github.com/ikatyang/tslint-plugin-prettier) runs Prettier as a TSLint rule and reports differences as individual TSLint issues
23
-
-[prettier-tslint](https://github.com/azz/prettier-tslint) passes `prettier` output to `tslint --fix`
24
-
25
19
## Forks
26
20
27
21
-[prettierx](https://github.com/brodybits/prettierx) less opinionated fork of Prettier
0 commit comments