You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added five Effect-generic rules moved from @mpsuesser/oxlint-plugin-foldkit: prefer-array-fromoption-over-option-match-empty, no-length-comparison, no-effect-ignore-then-as, require-is-prefix-for-boolean-schema-field, and maybe-prefix-requires-option.
Initial public release of @mpsuesser/oxlint-plugin-effect.
Opinionated oxlint plugin enforcing Effect v4 conventions. 54 rules covering imperative patterns, raw Node APIs, untyped errors, and other non-idiomatic shapes. All rules ship in the recommended category — enable the whole set with a single "categories": { "recommended": "error" } entry in oxlint.json.
See the README for the full rule list with examples.