Skip to content

Commit

Permalink
Update integrating-with-linters.md (#11399)
Browse files Browse the repository at this point in the history
  • Loading branch information
notsag-dev committed Sep 13, 2021
1 parent f63e15d commit a1a7502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrating-with-linters.md
Expand Up @@ -31,7 +31,7 @@ The downsides of those plugins are:
- They are slower than running Prettier directly.
- They’re yet one layer of indirection where things may break.

Finally, we have tools that runs `prettier` and then immediately for example `eslint --fix` on files.
Finally, we have tools that run `prettier` and then immediately for example `eslint --fix` on files.

- [prettier-eslint](https://github.com/prettier/prettier-eslint)
- [prettier-tslint](https://github.com/azz/prettier-tslint)
Expand Down

0 comments on commit a1a7502

Please sign in to comment.