Skip to content

Commit 56594f5

Browse files
Release 0.5.3 (#154)
Co-authored-by: Boshen <[email protected]>
1 parent 27d73fd commit 56594f5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/docs/guide/usage/linter/generated-rules.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
- Total number of rules: 379
5+
- Total number of rules: 383
66
- Rules turned on by default: 91
77

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

187-
## Restriction (48):
187+
## Restriction (49):
188188

189189
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.
190190
| Rule name | Source | Default |
@@ -201,6 +201,7 @@ Lints which prevent the use of language and library features. Must not be enable
201201
| no-proto | eslint | |
202202
| no-regex-spaces | eslint | |
203203
| no-restricted-globals | eslint | |
204+
| no-undefined | eslint | |
204205
| no-unsafe-optional-chaining | eslint | |
205206
| no-var | eslint | |
206207
| no-void | eslint | |
@@ -258,7 +259,7 @@ code that is most likely wrong or useless.
258259
| no-unnecessary-type-constraint | typescript | |
259260
| prefer-add-event-listener | unicorn | |
260261

261-
## Pedantic (65):
262+
## Pedantic (66):
262263

263264
Lints which are rather strict or have occasional false positives.
264265
| Rule name | Source | Default |
@@ -302,6 +303,7 @@ Lints which are rather strict or have occasional false positives.
302303
| no-instanceof-array | unicorn | |
303304
| no-lonely-if | unicorn | |
304305
| no-negated-condition | unicorn | |
306+
| no-negation-in-equality-check | unicorn | |
305307
| no-new-buffer | unicorn | |
306308
| no-object-as-default-parameter | unicorn | |
307309
| no-static-only-class | unicorn | |
@@ -329,7 +331,7 @@ Lints which are rather strict or have occasional false positives.
329331
| prefer-type-error | unicorn | |
330332
| require-number-to-fixed-digits-argument | unicorn | |
331333

332-
## Style (78):
334+
## Style (80):
333335

334336
Code that should be written in a more idiomatic way.
335337
| Rule name | Source | Default |
@@ -339,11 +341,13 @@ Code that should be written in a more idiomatic way.
339341
| guard-for-in | eslint | |
340342
| max-params | eslint | |
341343
| no-continue | eslint | |
344+
| no-multi-str | eslint | |
342345
| no-script-url | eslint | |
343346
| no-template-curly-in-string | eslint | |
344347
| no-ternary | eslint | |
345348
| prefer-exponentiation-operator | eslint | |
346349
| sort-imports | eslint | |
350+
| consistent-test-it | jest | |
347351
| max-expects | jest | |
348352
| max-nested-describe | jest | |
349353
| no-alias-methods | jest | |

0 commit comments

Comments
 (0)