Skip to content

Commit 6aed318

Browse files
docs(linter): make formatting consistent (#550)
1 parent d264eeb commit 6aed318

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/guide/usage/linter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ doesn't support natively as JS plugins.
3232
`eslint-plugin-jest`, `eslint-plugin-unicorn`, `eslint-plugin-jsx-a11y` and
3333
[many more](https://github.com/oxc-project/oxc/issues/481).
3434
- Supports
35-
- [type-aware rules](./linter/type-aware).
36-
- [`.oxlintrc.json` configuration file](./linter/config).
35+
- [type-aware rules](./linter/type-aware)
36+
- [`.oxlintrc.json` configuration file](./linter/config)
3737
- [Nested configuration file](./linter/nested-config)
38-
- [Comment disabling](./linter/config.html#configuring-rules-via-inline-configuration-comments).
38+
- [Comment disabling](./linter/config.html#configuring-rules-via-inline-configuration-comments)
3939
- [Automatic Fixes](./linter/automatic-fixes)
4040
- [JS plugins](./linter/js-plugins) (experimental)
4141

@@ -47,7 +47,7 @@ doesn't support natively as JS plugins.
4747
- [type-aware rules](https://typescript-eslint.io/getting-started/typed-linting) defined by
4848
`typescript-eslint` (preview, requires `--type-aware` flag and `oxlint-tsgolint` package).
4949
- No support for:
50-
- [stylistic rules](https://eslint.style).
50+
- [stylistic rules](https://eslint.style)
5151

5252
## Installation
5353

0 commit comments

Comments
 (0)