Eslint Detector

🌐Community
by alex-popov-tech · vlatest · Repository

Identifies and flags potential JavaScript code style and error issues using ESLint rules.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add eslint-detector npx -- -y @trustedskills/eslint-detector
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "eslint-detector": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/eslint-detector"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The eslint-detector skill allows AI agents to detect and report on the presence of ESLint configuration files within a given directory. It identifies whether an .eslintrc.* file or a package.json with ESLint defined exists, providing valuable information about project linting setup. This helps in understanding code quality practices and potential development workflows.

When to use it

  • Codebase Assessment: Quickly determine if a repository uses ESLint for JavaScript/TypeScript code style enforcement.
  • Onboarding New Developers: Help new team members understand the existing code quality tools used in a project.
  • Automated Checks: Integrate into CI/CD pipelines to verify that linting configurations are present and consistent across projects.
  • Project Migration: Evaluate whether ESLint is already configured when migrating a codebase or integrating with new tooling.

Key capabilities

  • Detects .eslintrc.* files.
  • Checks package.json for ESLint dependencies/configuration.
  • Reports presence or absence of ESLint configuration.

Example prompts

  • "Does this project use ESLint?"
  • "Check the /src directory for an ESLint configuration."
  • "Is there a .eslintrc.js file in the root of this repository?"

Tips & gotchas

  • The skill relies on standard file system paths and naming conventions; unusual configurations might not be detected.
  • Requires access to the project's directory structure for accurate detection.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
alex-popov-tech
Installs
2

🌐 Community

Passed automated security scans.