Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jul 2, 2024
1 parent 3a39a32 commit 72ba011
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/docs/guide/usage/linter/generated-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The progress of all rule implementations is tracked [here](https://github.com/oxc-project/oxc/issues/481).

- Total number of rules: 376
- Total number of rules: 379
- Rules turned on by default: 91

<!-- textlint-disable terminology -->
Expand Down Expand Up @@ -184,7 +184,7 @@ Code that can be written to run faster.
| jsx-no-new-function-as-prop | react_perf | |
| jsx-no-new-object-as-prop | react_perf | |

## Restriction (47):
## Restriction (48):

Lints which prevent the use of language and library features. Must not be enabled as a whole, should be considered on a case-by-case basis before enabling.
| Rule name | Source | Default |
Expand Down Expand Up @@ -220,6 +220,7 @@ Lints which prevent the use of language and library features. Must not be enable
| no-danger | react | |
| no-unknown-property | react | |
| explicit-function-return-type | typescript | |
| no-dynamic-delete | typescript | |
| no-explicit-any | typescript | |
| no-import-type-side-effects | typescript | |
| no-non-null-asserted-nullish-coalescing | typescript | |
Expand Down Expand Up @@ -328,7 +329,7 @@ Lints which are rather strict or have occasional false positives.
| prefer-type-error | unicorn | |
| require-number-to-fixed-digits-argument | unicorn | |

## Style (77):
## Style (78):

Code that should be written in a more idiomatic way.
| Rule name | Source | Default |
Expand Down Expand Up @@ -377,6 +378,7 @@ Code that should be written in a more idiomatic way.
| prefer-todo | jest | |
| require-hook | jest | |
| require-top-level-describe | jest | |
| no-set-state | react | |
| prefer-es-6-class | react | |
| adjacent-overload-signatures | typescript | |
| array-type | typescript | |
Expand Down Expand Up @@ -411,7 +413,7 @@ Code that should be written in a more idiomatic way.
| text-encoding-identifier-case | unicorn | |
| throw-new-error | unicorn | |

## Nursery (8):
## Nursery (9):

New lints that are still under development.
| Rule name | Source | Default |
Expand All @@ -424,5 +426,6 @@ New lints that are still under development.
| require-render-return | react | |
| rules-of-hooks | react | |
| no-side-effects-in-initialization | tree_shaking | |
| consistent-type-imports | typescript | |

<!-- textlint-enable -->

0 comments on commit 72ba011

Please sign in to comment.