Skip to content

v1.2.0

Choose a tag to compare

@jterrazz jterrazz released this 23 Dec 21:00
· 63 commits to main since this release

1.2.0

Features

  • Unified codestyle plugin: Consolidated 3 separate JS plugins into a single codestyle.js plugin
  • Auto-patching postinstall: Automatically patches user's .oxlintrc.json with required jsPlugins and rules on install

Rules

  • codestyle/arch-hexagonal - Enforces hexagonal architecture layer boundaries
  • codestyle/imports-with-ext - Requires .js extensions on imports (for Node.js ESM)
  • codestyle/imports-without-ext - Disallows extensions on imports (for bundlers)

Breaking Changes

  • Rule architecture-boundaries renamed to codestyle/arch-hexagonal