refactor.md 350 B


description: Refactor JavaScript/TypeScript code aliases: [refactor-js, clean]

parameters: [target]

Refactor {{target}} to improve:

  1. Code structure and organization
  2. Modern ES6+ syntax usage
  3. Performance optimizations
  4. Type safety (for TypeScript)
  5. Reusability and maintainability

Follow current project conventions and patterns.