Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3552,19 +3552,19 @@ markdownlint-cli2 is a static analysis tool to enforce standards and consistency

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

### OXC
### Oxlint

OXC is a JavaScript/TypeScript linter written in Rust.
Oxlint is a JavaScript/TypeScript linter for OXC written in Rust.

#### Enable OXC
#### Enable Oxlint

<Tabs groupId="config-setting">
<TabItem value="web-ui" label="Web UI">
<table>
<tbody>
<tr>
<td><strong>Location</strong></td>
<td>Review > Tools > Enable OXC</td>
<td>Review > Tools > Enable Oxlint</td>
</tr>
<tr>
<td><strong>Default</strong></td>
Expand All @@ -3591,7 +3591,7 @@ OXC is a JavaScript/TypeScript linter written in Rust.
</TabItem>
</Tabs>

OXC is a JavaScript/TypeScript linter written in Rust.
Oxlint is a JavaScript/TypeScript linter for OXC written in Rust.

### PHPStan

Expand Down
4 changes: 2 additions & 2 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,12 +899,12 @@
"enabled": {
"type": "boolean",
"default": true,
"description": "Enable OXC | OXC is a JavaScript/TypeScript linter written in Rust. | v0.16.10"
"description": "Enable Oxlint | Oxlint is a JavaScript/TypeScript linter for OXC written in Rust. | v0.16.10"
}
},
"additionalProperties": false,
"default": {},
"description": "OXC is a JavaScript/TypeScript linter written in Rust."
"description": "Oxlint is a JavaScript/TypeScript linter for OXC written in Rust."
},
"shopifyThemeCheck": {
"type": "object",
Expand Down