8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63e15d commit a1a7502Copy full SHA for a1a7502
docs/integrating-with-linters.md
@@ -31,7 +31,7 @@ The downsides of those plugins are:
31
- They are slower than running Prettier directly.
32
- They’re yet one layer of indirection where things may break.
33
34
-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.
35
36
- [prettier-eslint](https://github.com/prettier/prettier-eslint)
37
- [prettier-tslint](https://github.com/azz/prettier-tslint)
0 commit comments