v0.1.0
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:
See CHANGELOG.md for the full rule listing.
{ "plugins": ["@mpsuesser/oxlint-plugin-foldkit"], "categories": { "recommended": "error" } }