eslint

Solid

ESLint configuration, custom rules, and plugin development.

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
36
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ESLint Skill Expert assistance for ESLint configuration. ## Capabilities - Configure ESLint - Set up plugins - Create custom rules - Handle TypeScript - Configure for React/Vue ## Configuration ```javascript // eslint.config.js (flat config) import js from '@eslint/js'; import typescript from '@typescript-eslint/eslint-plugin'; import react from 'eslint-plugin-react'; export default [ js.configs.recommended, { plugins: { '@typescript-eslint': typescript, react }, rules: { '@typescript-eslint/no-unused-vars': 'error', 'react/jsx-uses-react': 'off', 'react/react-in-jsx-scope': 'off', }, }, ]; ``` ## Target Processes - code-quality - linting-setup - team-standards

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

eslint

ESLint is the standard linting tool for JavaScript and TypeScript projects. It statically analyzes your code to find problems, enforce coding conventions, and catch bugs before they reach production. ESLint 9 introduced the flat config format, replacing the legacy `.eslintrc` system with a simpler, more composable `eslint.config.js` file. With a rich plugin ecosystem covering React, TypeScript, accessibility, and import ordering, ESLint is the backbone of code quality in modern web development.

62 Updated 1 weeks ago
TerminalSkills
Code & Development Listed

code-quality

ESLint, Prettier, Ruff, mypy, and TypeScript strict mode configuration patterns. Use when setting up linting, formatting, or code quality tooling for a new project, reviewing existing configs, generating config files, or adding lint steps to CI. Triggers on tasks involving ESLint, Prettier, Ruff, mypy, Black, code style, linting, formatting, or code quality enforcement.

0 Updated today
Brite-Nites
AI & Automation Solid

typescript

TypeScript configuration, strict mode, generics, and type utilities.

1,160 Updated today
a5c-ai
Code & Development Solid

lint-and-validate

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

27,705 Updated today
davila7
Code & Development Listed

lint-and-validate

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

335 Updated today
aiskillstore