Commit e62fd98
committed
docs(linter): correct comment on what
`EnablePlugins` also allows *disabling* plugins. Correct the doc comment to reflect that.
I believe this will correct section header in docs on website (https://oxc.rs/docs/guide/usage/linter/cli.html#enable-plugins), because that file appears to be auto-generated from this comment.
Note: There are no links on website that reference `#enable-plugins` anchor, so it shouldn't break any links when this anchor changes to `#enable-disable-plugins`.EnablePlugins does (#15668)1 parent a25d31e commit e62fd98
File tree
3 files changed
+3
-3
lines changed- apps/oxlint/src/command
- tasks/website/src/linter/snapshots
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments