typescript-quality
Enforce TypeScript quality standards. Catches any types, enforces named exports, blocks console.log in production code.
Installation
If you haven't added the marketplace yet, see Getting Started.
claude plugin install typescript-quality@wrxck-claude-plugins
Or add to your ~/.claude/settings.json:
{
"enabledPlugins": {
"typescript-quality@wrxck-claude-plugins": true
}
}
Features
- Blocks any types in production code
- Enforces named exports over default exports
- Catches console.log statements
- Validates proper type annotations
Source
View the source code, report issues, or contribute on GitHub: