eslint-plugin
CommunityCreate robust, test-driven ESLint plugins.
Authorthird774
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you author custom ESLint plugins and rules with test-driven development, enabling teams to enforce project-specific standards across flat (eslint.config.js) and legacy (.eslintrc.*) configs.
Core Features & Use Cases
- Config format detection: automatically identify flat vs legacy ESLint configurations.
- Test-driven rules: develop rules with @typescript-eslint/rule-tester for reliable validation.
- Rule coverage: craft problem, suggestion, and layout rules, with optional auto-fixers.
- TypeScript-aware linting: integrate type information for accurate rule evaluation.
- Migration guidance: help migrate from deprecated rules to modern custom rules.
Quick Start
Scaffold a new ESLint plugin with a sample rule that flags console.log usage and includes tests using @typescript-eslint/rule-tester. Ensure compatibility with both eslint.config.js and .eslintrc.* formats.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: eslint-plugin Download link: https://github.com/third774/dotfiles/archive/main.zip#eslint-plugin Please download this .zip file, extract it, and install it in the .claude/skills/ directory.