ni -D @pobammer-ts/small-rulesRequires Oxlint v1.69.0+, TypeScript 5 – <8, and Node.js ≥20.19 or ≥22.12.
Register the plugin in your .oxlintrc.json and enable the rules you want:
{
"plugins": ["@pobammer-ts/small-rules"],
"rules": {
"small-rules/no-print": "error",
"small-rules/no-warn": "error"
}
}All rules are namespaced under small-rules/. Pick the subset that fits your project — there is no bulk opt-in.
Browse the full rule catalog → for descriptions, options, diagnostics, and examples.
MIT © HowManySmall
Includes MIT-licensed code from dmmulroy/anti-slop. See THIRD-PARTY-NOTICES.md.