v2.0.0
Breaking Changes
- CLI:
codestyle checkandcodestyle fix(barecodestyleshows help) - Configs moved from
src/toconfig/ nextjs.jsonrenamed tonext.json- Shared CI workflows with OIDC npm provenance
Migration
- "lint": "codestyle"
+ "lint": "codestyle check"
- "extends": ["@jterrazz/codestyle/oxlint/nextjs"]
+ "extends": ["@jterrazz/codestyle/oxlint/next"]