Commit 652c038
committed
fix(linter): mark correctly enabled default rules for
This PR fixes probably https://oxc.rs/docs/guide/usage/linter/rules.html too
<details>
<summary>`cargo run -p oxlint -- --rules`</summary>
```
## Correctness (176):
Code that is outright wrong or useless.
| Rule name | Source | Default | Fixable? |
| --------------------------------------------------- | ---------- | ------- | -------- |
| for-direction | eslint | ✅ | --rules (#12163)1 parent 15b4068 commit 652c038
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
97 | | - | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
0 commit comments