Skip to content

Commit 5da9f20

Browse files
committed
fix grammar issues using claude
1 parent 8105f39 commit 5da9f20

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/blog/2023-12-12-announcing-oxlint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Setting up new JavaScript / TypeScript codebases is becoming increasingly comple
7272
There's a high likelihood of encountering compatibility issues among your tools, potentially resulting in hours of wasted time.
7373

7474
That's why we designed oxlint to be zero-config out of the box; even Node.js is not a requirement.
75-
Most adjustments can be made through the command-line, and reading from ESLint configuration file is currently work in progress.
75+
Most adjustments can be made through the command-line, and reading from an ESLint configuration file is currently in progress.
7676

7777
### Enhanced Diagnostics
7878

src/blog/2024-05-04-import-plugin-alpha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This port aims to resolve all known issues associated with `eslint-plugin-import
2121

2222
This alpha release is expected to work if your project is in ESM (ECMAScript Modules).
2323

24-
If path aliases (e.g. `@/foo`) is required through [tsconfig.compilerOptions.paths](https://www.typescriptlang.org/tsconfig/#paths),
24+
If path aliases (e.g. `@/foo`) are required through [tsconfig.compilerOptions.paths](https://www.typescriptlang.org/tsconfig/#paths),
2525
the `--tsconfig` option can be used:
2626

2727
```

src/blog/2025-06-10-oxlint-stable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ TL;DR: The first stable version Oxlint has been released! With a [50~100x](#benc
2323

2424
---
2525

26-
Oxlint is a Rust-powered linter for JavaScript and TypeScript is designed to be fast and simple to adopt. Since its first announcement back in December 2023, Oxlint has undergone significant improvements and is now shipping its first stable version, 1.0.
26+
Oxlint is a Rust-powered linter for JavaScript and TypeScript, designed to be fast and easy to adopt. Since its initial announcement in December 2023, Oxlint has undergone significant improvements and is now releasing its first stable version, 1.0.
2727
In addition to the stable release, we also want to announce that Oxlint has a dedicated full-time maintainer, [Cameron](https://github.com/camc314), and a growing core team working on maintaining and improving the linter.
2828

2929
## Real-World Impact
@@ -34,7 +34,7 @@ We are thankful for our [5,200 early adopters](https://github.com/oxc-project/ox
3434

3535
- **Shopify**, where the front-end platform team uses Oxlint in the Shopify admin console.
3636
- **Airbnb**, where they use multi-file analysis [oxc/no-barrel-file](https://oxc.rs/docs/guide/usage/linter/rules/oxc/no-barrel-file.html) and [import/no-cycle](https://oxc.rs/docs/guide/usage/linter/rules/import/no-cycle.html) on their 126,000+ files, which completes in 7s on CI. ESLint's implementation of these rules times out.
37-
- [**Mercedes-Benz**](https://www.mercedes-benz.io/blog/2025-05-16-how-can-modern-tooling-save-mercedes-benz-io-engineering-time), where they observed a 71% decrease in lint time when swapping ESLint to Oxlint, with some project seeing up to a 97% speedup.
37+
- [**Mercedes-Benz**](https://www.mercedes-benz.io/blog/2025-05-16-how-can-modern-tooling-save-mercedes-benz-io-engineering-time), where they observed a 71% decrease in lint time when switching from ESLint to Oxlint, with some project seeing up to a 97% speedup.
3838
- Large Open Source projects, from runtimes like [Bun](https://github.com/oven-sh/bun/blob/main/oxlint.json) to frameworks like [Preact](https://github.com/preactjs/preact/blob/main/oxlint.json).
3939

4040
On the largest repository we found, Oxlint reported:

src/blog/2025-08-17-oxlint-type-aware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Our `typescript-go` version is synced every day.
167167

168168
It may hang with a deadlock or cause OOM (out-of-memory) if a bug is encountered.
169169

170-
We are actively addressing these issues, profiling and submitting improves to `typescript-go`, benefiting all `typescript-go` users.
170+
We are actively addressing these issues, profiling and submitting improvements to `typescript-go`, benefiting all `typescript-go` users.
171171

172172
Our core team member [@camc314](https://github.com/camc314) has already submitted [many PRs](https://github.com/microsoft/typescript-go/pulls?q=is%3Apr+author%3Acamc314+) that made several code paths significantly faster.
173173

src/sponsor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
editLink: false
33
---
44

5-
# Become a Oxc Sponsor
5+
# Become an Oxc Sponsor
66

77
## How to Sponsor
88

0 commit comments

Comments
 (0)