-
-
Notifications
You must be signed in to change notification settings - Fork 924
Labels
A-linterArea - LinterArea - Linter
Description
What version of Oxlint are you using?
latest
What command did you run?
pnpx oxlint --type-check
What does your .oxlintrc.json (or oxlint.config.ts) config file look like?
does not matter
What happened?
--type-check can only be used with --type-aware at the moment. Just running pnpx oxlint --type-check will silently not type check, which can be confusing for users.
Suggestions to improve this:
- Warn (easiest and most predictable)
- Run as if it would be
--type-aware --type-check(might be unexpected behavior) - Just type check (Would feel a bit weird though)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - Linter
Type
Fields
Give feedbackPriority
None yet
Effort
None yet