Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.5.2 #151

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 -->