Skip to content

Commit 4ab19e7

Browse files
docs(website): nit
1 parent 47da533 commit 4ab19e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs-website/docs/prettier-support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ To enforce Prettier in CI, see the [Prettier CLI docs](https://prettier.io/docs/
3232

3333
As Sheriff doesn’t enforce any formatting rules (except for `@stylistic/padding-line-between-statements` and `curly`), you can use any formatting tool you want to go alongside Sheriff. You are not limited to Prettier.
3434

35-
You can use [Biome.js](https://github.com/biomejs/biome) or [Dprint](https://github.com/dprint/dprint), but the Sheriff CLI will not provide direct support for them. You will have to integrate them yourself.
35+
You can use [Biome](https://github.com/biomejs/biome) or [Dprint](https://github.com/dprint/dprint), but the Sheriff CLI will not provide direct support for them. You will have to integrate them yourself.

apps/docs-website/docs/prior-art.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Meaning, you can do with Sheriff anything you can do with ESLint. ESLint wrapper
4646

4747
I believe that ESLint wrappers had their place once upon a time when the FlatConfig wasn't a thing. But today their usecases are largely obsolete.
4848

49-
If you want a simple all-in-one solution, that only handles basic Javascript and doesn't require any customization, just go with something like Biomejs, atleast it's fast. Instead, if you want something more advanced, that handle more usecases and offer more granular control to the user, go with something like Sheriff.
49+
If you want a simple all-in-one solution, that only handles basic Javascript and doesn't require any customization, just go with something like [Biome](https://github.com/biomejs/biome), atleast it's fast. Instead, if you want something more advanced, that handle more usecases and offer more granular control to the user, go with something like Sheriff.
5050

5151
## In-depth comparisons
5252

0 commit comments

Comments
 (0)