Skip to content

Commit 626d15d

Browse files
fix oxlint (#448)
1 parent e92e343 commit 626d15d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/reference/configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3552,19 +3552,19 @@ markdownlint-cli2 is a static analysis tool to enforce standards and consistency
35523552

35533553
markdownlint-cli2 is a static analysis tool to enforce standards and consistency for Markdown files.
35543554

3555-
### OXC
3555+
### Oxlint
35563556

3557-
OXC is a JavaScript/TypeScript linter written in Rust.
3557+
Oxlint is a JavaScript/TypeScript linter for OXC written in Rust.
35583558

3559-
#### Enable OXC
3559+
#### Enable Oxlint
35603560

35613561
<Tabs groupId="config-setting">
35623562
<TabItem value="web-ui" label="Web UI">
35633563
<table>
35643564
<tbody>
35653565
<tr>
35663566
<td><strong>Location</strong></td>
3567-
<td>Review > Tools > Enable OXC</td>
3567+
<td>Review > Tools > Enable Oxlint</td>
35683568
</tr>
35693569
<tr>
35703570
<td><strong>Default</strong></td>
@@ -3591,7 +3591,7 @@ OXC is a JavaScript/TypeScript linter written in Rust.
35913591
</TabItem>
35923592
</Tabs>
35933593

3594-
OXC is a JavaScript/TypeScript linter written in Rust.
3594+
Oxlint is a JavaScript/TypeScript linter for OXC written in Rust.
35953595

35963596
### PHPStan
35973597

static/schema/schema.v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -899,12 +899,12 @@
899899
"enabled": {
900900
"type": "boolean",
901901
"default": true,
902-
"description": "Enable OXC | OXC is a JavaScript/TypeScript linter written in Rust. | v0.16.10"
902+
"description": "Enable Oxlint | Oxlint is a JavaScript/TypeScript linter for OXC written in Rust. | v0.16.10"
903903
}
904904
},
905905
"additionalProperties": false,
906906
"default": {},
907-
"description": "OXC is a JavaScript/TypeScript linter written in Rust."
907+
"description": "Oxlint is a JavaScript/TypeScript linter for OXC written in Rust."
908908
},
909909
"shopifyThemeCheck": {
910910
"type": "object",

0 commit comments

Comments
 (0)