Eslint
Analyzes JavaScript code using ESLint to identify and suggest fixes for style and potential errors.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add paucasanellas-eslint npx -- -y @trustedskills/paucasanellas-eslint
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"paucasanellas-eslint": {
"command": "npx",
"args": [
"-y",
"@trustedskills/paucasanellas-eslint"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to ESLint, a widely used JavaScript linting tool. It analyzes code and identifies potential problems like syntax errors, style issues, and possible bugs. The skill helps ensure code quality and consistency by enforcing predefined coding standards.
When to use it
- Code Review: Automatically check JavaScript code for stylistic and programmatic errors before merging into a repository.
- Automated Formatting: Enforce consistent code formatting across a project or team.
- New Project Setup: Integrate ESLint into new projects from the outset to establish coding standards early on.
- Refactoring Existing Code: Identify and correct issues in legacy JavaScript codebases.
Key capabilities
- JavaScript linting
- Code style enforcement
- Syntax error detection
- Bug pattern identification
- Customizable rulesets
Example prompts
- "Run ESLint on this file:
src/app.js." - "Check the code for potential errors and stylistic issues."
- "Format this JavaScript code according to Airbnb style guide."
Tips & gotchas
- Requires a working Node.js environment with npm or yarn installed.
- ESLint configuration files (e.g.,
.eslintrc.js) may be needed to customize the linting rules and behavior.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.