Eslint
Analyzes JavaScript code for style and potential errors using ESLint configurations provided by el-feo.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add el-feo-eslint npx -- -y @trustedskills/el-feo-eslint
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"el-feo-eslint": {
"command": "npx",
"args": [
"-y",
"@trustedskills/el-feo-eslint"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, el-feo-eslint, provides automated JavaScript linting and code style enforcement. It analyzes your JavaScript code for potential errors, stylistic problems, and adherence to coding standards. The tool helps maintain consistent code quality and reduces the risk of introducing bugs by identifying common programming mistakes.
When to use it
- Code review: Integrate this skill into a workflow to automatically check pull requests or commits for linting issues before merging.
- Automated style checks: Run
el-feo-eslintas part of your continuous integration (CI) pipeline to ensure all code meets established standards. - New project setup: Use the skill to enforce coding conventions from the very beginning of a new JavaScript project.
- Refactoring existing codebases: Apply this skill to identify and correct style inconsistencies across an older codebase.
Key capabilities
- JavaScript linting
- Code style enforcement
- Error detection
- Automated checks
Example prompts
- "Lint the following JavaScript file: [file content]"
- "Check this code for potential errors: [code snippet]"
- "Enforce consistent coding style in this project."
Tips & gotchas
This skill requires a basic understanding of JavaScript and common linting rules. The specific configuration (e.g., which rules are enabled) may need to be adjusted based on your project's requirements.
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.