Eslint 9
Automatically identifies and suggests fixes for JavaScript code style and potential errors using ESLint version 9.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add eslint-9 npx -- -y @trustedskills/eslint-9
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"eslint-9": {
"command": "npx",
"args": [
"-y",
"@trustedskills/eslint-9"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, eslint-9, provides automated JavaScript linting. It analyzes code to identify potential problems like syntax errors, style inconsistencies, and possible bugs. This helps maintain code quality and consistency across projects by enforcing coding standards.
When to use it
- Code Review: Integrate into a CI/CD pipeline to automatically check pull requests for linting issues before merging.
- New Project Setup: Apply ESLint rules from the start of a project to ensure consistent code style and prevent common errors.
- Refactoring Existing Code: Use ESLint to identify areas where existing code deviates from established coding standards during refactoring efforts.
- Team Collaboration: Enforce team-wide coding conventions, reducing debates about stylistic choices and improving overall readability.
Key capabilities
- JavaScript linting
- Enforcement of coding standards
- Identification of syntax errors
- Detection of style inconsistencies
- Bug prevention
Example prompts
- "Lint this JavaScript code: [paste code here]"
- "Check this file for ESLint errors:
my_script.js" - "Run the configured ESLint rules on all files in the 'src' directory."
Tips & gotchas
- Requires a JavaScript project with an existing
.eslintrc.*configuration file to function effectively. Without it, ESLint will use default settings which may not align with your desired style.
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.