code-style-typescript
Installation
SKILL.md
TypeScript Code Style Guide
When to apply
- When writing new TypeScript code
- During code review of
.tsfiles - When refactoring existing code
- When generating code snippets, examples, or documentation for TypeScript
- When working with TypeScript-related blocks in Markdown, Vue.js, etc.
- When formatting or cleaning up code
Rules
Full code examples for all rules are in references/examples.md.
Rule: No semicolons at the end of statements
No semicolons at the end of statements.