Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@mpsuesser mpsuesser released this 12 May 06:07
· 8 commits to main since this release

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.