You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/guide/usage/linter/generated-rules.md
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
The progress of all rule implementations is tracked [here](https://github.com/oxc-project/oxc/issues/481).
4
4
5
-
- Total number of rules: 369
6
-
- Rules turned on by default: 90
5
+
- Total number of rules: 376
6
+
- Rules turned on by default: 91
7
7
8
8
<!-- textlint-disable terminology -->
9
9
10
-
## Correctness (158):
10
+
## Correctness (159):
11
11
12
12
Code that is outright wrong or useless.
13
13
| Rule name | Source | Default |
@@ -35,6 +35,7 @@ Code that is outright wrong or useless.
35
35
| no-extra-boolean-cast | eslint | ✅ |
36
36
| no-func-assign | eslint | ✅ |
37
37
| no-global-assign | eslint | ✅ |
38
+
| no-import-assign | eslint | ✅ |
38
39
| no-irregular-whitespace | eslint | ✅ |
39
40
| no-loss-of-precision | eslint | ✅ |
40
41
| no-new-native-nonconstructor | eslint | ✅ |
@@ -183,11 +184,11 @@ Code that can be written to run faster.
183
184
| jsx-no-new-function-as-prop | react_perf ||
184
185
| jsx-no-new-object-as-prop | react_perf ||
185
186
186
-
## Restriction (43):
187
+
## Restriction (47):
187
188
188
189
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.
0 commit comments