feat(oxlint): defer more oxlint config to categories - #24
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe PR refactors the root oxlint configuration with a curated ruleset grouped by category (correctness, perf, suspicious, pedantic, restriction, nursery), updates package versioning and tooling configuration, adds a create package-specific oxlint config that disables unsafe-type-assertion, enables TypeScript to import .ts extensions, and improves four create utilities with clearer null checks and type initialization. ChangesLinting Configuration and Code Quality Updates
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
In the same spirit as my ESLint config, this PR takes a pass at reducing my
oxlintconfig to defer to builtin categories as much as possibleThis results in a handful of new rules turning on, so this PR also fixes violations in this repo