Install
$ agentstack add skill-pledgeandgrow-pledge-skills-eslint ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
ESLint
> ESLint is a pluggable and configurable JavaScript linter for identifying and reporting on patterns in JavaScript code. Maintain your code quality with ease.
Version: ESLint 10.x (latest) Documentation: eslint.org/docs/latest Rules Reference: eslint.org/docs/latest/rules/ API Reference: eslint.org/docs/latest/integrate/nodejs-api
Quick Reference
| Topic | File | |-------|------| | Getting Started & Core Concepts (prerequisites, installation, config wizard, manual setup, what is ESLint, rules, fixes, suggestions, configuration files, shareable configs, plugins, parsers, processors, formatters, integrations, CLI & API overview) | getting-started-and-core-concepts.md | | Configuration (flat config files, configuration objects, files/ignores, cascading, linter options, rules, shared settings, extending configs, language options, parser options, globals, rule severities, disabling rules, plugins, processors, languages, custom parsers, ignore files, .gitignore, combining configs) | configure.md | | CLI & Formatters (all CLI flags, exit codes, examples, built-in formatters: stylish/json/json-with-metadata/html, custom formatters, editor/build/CI integrations, rule deprecation, migration guides v1-v10, flat config migration) | cli-and-formatters.md | | Rules Reference (all built-in rules by category: Possible Problems, Suggestions, Layout & Formatting, Deprecated, Removed; rule metadata indicators; configuring rules) | rules-reference.md | | Extending ESLint (ways to extend, creating plugins, plugin structure, meta data, rules/processors/configs in plugins, testing plugins, custom rules: structure, context object, reporting, options, source code, schemas, scopes, code paths, unit tests, naming, runtime rules, performance; custom formatters; custom parsers; custom processors; shareable configs) | extend.md | | Node.js API & Integration (ESLint class, lintFiles, lintText, loadFormatter, outputFixes, LintResult/LintMessage/EditInfo types, SourceCode, Linter, RuleTester, practical integration examples) | integrate.md | | Contribute & Maintain (code of conduct, AI policy, report bugs, propose rules, rule changes, request changes, architecture, development environment, running tests, working on issues, pull requests, core rules, governance, security vulnerabilities, maintaining ESLint, managing issues, reviewing PRs, managing releases, working groups, best practices) | contribute-and-maintain.md |
Core Concepts
- Getting Started: Prerequisites, quick start, manual setup, configuration
- Core Concepts: Rules, rule fixes, rule suggestions, configuration files, shareable configs, plugins, parsers, processors, formatters, integrations, CLI & API
- Configure: Configuration files (flat config), language options, rules, plugins, parser, ignore files, combining configs
- CLI: All command-line flags, exit codes, caching, concurrency, MCP server
- Rules: Possible Problems, Suggestions, Layout & Formatting, Deprecated, Removed
- Formatters: stylish, json, json-with-metadata, html, custom formatters
- Extend: Plugins, custom rules, custom formatters, custom parsers, custom processors, shareable configs
- Integrate: Node.js API (ESLint class, Linter, RuleTester, SourceCode)
- Contribute: Code of conduct, AI policy, bugs, rules, architecture, development, tests, PRs, governance
- Maintain: Team structure, issue management, PR review, releases, working groups
- Migrating: Migration guides for v1.0 through v10.0, flat config migration
Official Documentation Sources
- Getting Started — Installation and setup
- Core Concepts — Main components overview
- Configure ESLint — Configuration overview
- Configuration Files — Flat config format
- Configure Language Options — JavaScript options, globals
- Configure Rules — Rule severities, disabling
- Configure Plugins — Plugin configuration
- Configure a Parser — Custom parser
- Ignore Files — Ignoring files and directories
- Command Line Interface — CLI reference
- Rules Reference — All built-in rules
- Formatters — Output formatters
- Integrations — Editor and build tool integrations
- Rule Deprecation — Deprecation policy
- Migrate to 10.x — Migration to v10
- Migrate to 9.x — Migration to v9
- Ways to Extend — Extension overview
- Create Plugins — Plugin authoring
- Custom Rule Tutorial — Step-by-step rule creation
- Custom Rules — Rule API reference
- Custom Formatters — Formatter authoring
- Custom Parsers — Parser authoring
- Custom Processors — Processor authoring
- Shareable Configs — Config sharing
- Integration Tutorial — Node.js API tutorial
- Node.js API — Full API reference
- Code of Conduct — Community standards
- AI Usage Policy — AI contribution policy
- Report Bugs — Bug reporting
- Propose a New Rule — Rule proposals
- Propose a Rule Change — Rule changes
- Request a Change — Feature requests
- Architecture — ESLint architecture
- Development Environment — Dev setup
- Run the Tests — Testing
- Work on Issues — Issue workflow
- Pull Requests — PR submission
- Core Rules — Contributing rules
- Governance — Project governance
- Security Vulnerability — Security reporting
- How ESLint is Maintained — Maintenance overview
- Manage Issues — Issue management
- Review Pull Requests — PR review process
- Manage Releases — Release process
- Working Groups — Working groups
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: pledgeandgrow
- Source: pledgeandgrow/pledge-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.