Skip to content

Latest commit

 

History

811 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@pobammer-ts/small-rules

Oxlint-native lint rules for roblox-ts projects

npm version npm downloads Rules CI License

TypeScript Node.js Oxlint ESLint Biome oxfmt knip


Installation

ni -D @pobammer-ts/small-rules

Requires Oxlint v1.69.0+, TypeScript 5 – <8, and Node.js ≥20.19 or ≥22.12.

Configuration

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.

Rules

Browse the full rule catalog → for descriptions, options, diagnostics, and examples.

License

MIT © HowManySmall

Includes MIT-licensed code from dmmulroy/anti-slop. See THIRD-PARTY-NOTICES.md.

About

A collection of my old ESLint rules ported to Oxlint.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages