-
-
Notifications
You must be signed in to change notification settings - Fork 68
Type-Aware Linting Alpha #625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for oxc-project ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
7933fda to
fea8db6
Compare
Boshen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd warn OOM issue when working with 100+ projects, memory is not bound in such cases so computer will "blow up".
mdong1909
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take all these comments & suggestions with big grain of salt. I'm thinking what this alpha announcement wants to accomplish?
My thoughts: get people to use oxlint type-aware linting.
I'm suggesting these changes based on this assumption.
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Added new features and capabilities for rule configuration and diagnostics in oxlint. Signed-off-by: Cam McHenry <[email protected]>
Signed-off-by: Cam McHenry <[email protected]>
Signed-off-by: Cam McHenry <[email protected]>
Signed-off-by: Cam McHenry <[email protected]>
Signed-off-by: Cam McHenry <[email protected]>
e14d9ba to
daba3bb
Compare
|
|
||
| Our performance testing shows that `oxlint` with type-aware linting is around 10 times faster than `eslint` with `typescript-eslint`. Take a look at our [performance benchmarks](https://github.com/oxc-project/bench-linter) for more details. | ||
|
|
||
| Oxlint can also be used to typecheck your codebase while linting. This avoids a duplicate work, as much of the type information is already computed during type-aware linting.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Oxlint can also be used to typecheck your codebase while linting. This avoids a duplicate work, as much of the type information is already computed during type-aware linting.. | |
| Oxlint can also be used to typecheck your codebase while linting. This avoids a duplicate work, as much of the type information is already computed during type-aware linting. |
hypothetical release date: 2025-12-08