File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments