Commits
Click on a commit to change the comparison rangerefactor: Remove static variables for ExtensionRule enum.19 days ago
by connorshea simplify code after comparing to eslint rule implementation with claude simplify code further, merging process_require_record and process_module_record into one shared utility rename variable to be more human-readable move configuration documentation comment to correct location perf(linter/import-extensions): use slice pattern for path alias detection
Replace multiple bounds checks with a single slice pattern match.
This reduces potential bounds checking overhead when detecting
single-character path aliases like ~/ or #/.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>