Generates optimized ESLint flat config files using @eslint/js, typescript-eslint, and eslint-plugin-import. Provides project-specific rule recommendations based on codebase analysis.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "ESLint Rule Configurator"
slug: "eslint-rule-configurator"
description: "Generates optimized ESLint flat config files using @eslint/js, typescript-eslint, and eslint-plugin-import. Provides project-specific rule recommendations based on codebase analysis."
github_stars: 27188
verification: "security_reviewed"
source: "https://github.com/eslint/eslint"
category: "Code Quality & Review"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "eslint/eslint"
github_stars: 27188
npm_package: "eslint"
npm_weekly_downloads: 120215107
---
# ESLint Rule Configurator
Generates optimized ESLint flat config files using @eslint/js, typescript-eslint, and eslint-plugin-import. Provides project-specific rule recommendations based on codebase analysis.
## Installation
Use the upstream install or setup path that matches your environment:
- npm init @eslint/config@latest
- npx eslint yourfile.js
Requirements and caveats from upstream:
- To use ESLint, you must have [Node.js](https://nodejs.org/) (^20.19.0, ^22.13.0, or >=24) installed and built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)
- node-linker=hoisted
- ### Which Node.js versions does ESLint support?
Basic usage or getting-started notes:
- [Installation and Usage](#installation-and-usage)
- If you use ESLint's TypeScript type definitions, TypeScript 5.3 or later is required.
- ### npm Installation
- Source: https://github.com/eslint/eslint
- Extracted from upstream docs: https://raw.githubusercontent.com/eslint/eslint/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/eslint-rule-configurator/)
No comments yet. Be the first to comment!