AgentSkillsCN

Run Linter

运行 Linter

SKILL.md

name: run_linter description: Run the project's ESLint linter to check for code quality issues.

Run Linter

This skill runs the ESLint linter for the Personal Finance Tracker project.

Steps

  1. Run Linter Execute the following command to check for linting errors:
    bash
    npm run lint