Skip to content

v2.0.0

Choose a tag to compare

@jterrazz jterrazz released this 27 Mar 22:47
· 34 commits to main since this release
3ccb9a8

Breaking Changes

  • CLI: codestyle check and codestyle fix (bare codestyle shows help)
  • Configs moved from src/ to config/
  • nextjs.json renamed to next.json
  • Shared CI workflows with OIDC npm provenance

Migration

- "lint": "codestyle"
+ "lint": "codestyle check"

- "extends": ["@jterrazz/codestyle/oxlint/nextjs"]
+ "extends": ["@jterrazz/codestyle/oxlint/next"]