·eslint-plugin
</>

eslint-plugin

third774/dotfiles

Author custom ESLint plugins and rules with test-driven development. Supports flat config (ESLint 9+) and legacy formats. Uses @typescript-eslint/rule-tester for testing. Covers problem, suggestion, and layout rules including auto-fixers and type-aware rules. Use when creating or modifying ESLint rules, plugins, custom linting logic, or authoring auto-fixers.

4Installs·1Trend·@third774

Installation

$npx skills add https://github.com/third774/dotfiles --skill eslint-plugin

SKILL.md

Write custom ESLint rules using TDD. This skill covers rule creation, testing, and plugin packaging.

| Identifiers | Variables, functions, classes, or all? Destructured? Renamed imports? | | Imports | Re-exports? Dynamic imports? Type-only? Side-effect imports? | | Functions | Arrow vs declaration? Methods vs standalone? Async? Generators? | | JSX | JSX and createElement? Fragments? Self-closing? Spread props? |

| TypeScript | Require type info? Handle any? Generics? Type assertions? |

Author custom ESLint plugins and rules with test-driven development. Supports flat config (ESLint 9+) and legacy formats. Uses @typescript-eslint/rule-tester for testing. Covers problem, suggestion, and layout rules including auto-fixers and type-aware rules. Use when creating or modifying ESLint rules, plugins, custom linting logic, or authoring auto-fixers. Source: third774/dotfiles.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/third774/dotfiles --skill eslint-plugin
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is eslint-plugin?

Author custom ESLint plugins and rules with test-driven development. Supports flat config (ESLint 9+) and legacy formats. Uses @typescript-eslint/rule-tester for testing. Covers problem, suggestion, and layout rules including auto-fixers and type-aware rules. Use when creating or modifying ESLint rules, plugins, custom linting logic, or authoring auto-fixers. Source: third774/dotfiles.

How do I install eslint-plugin?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/third774/dotfiles --skill eslint-plugin Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/third774/dotfiles