🔧
Practical Rules
Rules that solve real-world problems and enforce patterns that actually improve code quality.
A focused ESLint plugin with practical rules that enforce better code patterns across your codebase.
| Rule | Description | Fixable |
|---|---|---|
| no-inline-interface-object-types | Disallow inline object type literals; extract to named interfaces | ✅ Autofix / Suggestions |
| prefer-logger | Disallow console.log (or all console calls) in favor of a logger | 💡 Suggestions |
MIT © 2026-Present Dmytro Vakulenko 🇺🇦