Skip to content

v0.1.0

Choose a tag to compare

@mpsuesser mpsuesser released this 12 May 06:08
· 37 commits to main since this release

Initial public release. Ships 23 lint rules for Foldkit codebases grouped under six framework concerns (FK-1 through FK-6). All rules are part of the recommended category — enabling them is one line in oxlint.json:

{
  "plugins": ["@mpsuesser/oxlint-plugin-foldkit"],
  "categories": { "recommended": "error" }
}

See CHANGELOG.md for the full rule listing.