AgentSkillsCN

eslint-flat-config-workflow

为 Buzz Stack(React 19 + Next.js)运用 ESLint 9 的扁平化配置与 linting 工作流。

SKILL.md
--- frontmatter
name: eslint-flat-config-workflow
description: ESLint 9 flat config usage and linting workflow for Buzz Stack.
argument-hint: Ask for lint fixes or config guidance.

ESLint Flat Config Workflow

Use this skill when addressing lint errors or adjusting lint rules.

Core Guidance

  • Lint with pnpm lint using eslint.config.mjs.
  • Prefer fixing code over disabling rules.
  • Keep changes minimal and aligned with project conventions.

References