import-ordering
Installation
SKILL.md
Import Ordering Fixes
Fixes for import statement organization. Consistent import ordering makes files scannable and dependency analysis easier.
Quick Start
Auto-fix all import ordering issues:
npx eslint --fix --rule 'import-x/order: error' src/
Or fix all files:
npx eslint --fix src/