typescript-standards
SKILL.md
TypeScript Standards
Source File Structure
Files must be organized in this order:
- Copyright/license (if present)
@fileoverviewJSDoc (if present)- Imports
- Implementation
Exactly one blank line separates each section.
Files must be organized in this order:
@fileoverview JSDoc (if present)Exactly one blank line separates each section.