javascript-eslint-linter

Automate ESLint linting and configuration checks for JavaScript and TypeScript projects.

4|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/darellchua2/opencode-config-template --skill javascript-eslint-linter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: javascript-eslint-linter
Source: https://github.com/darellchua2/opencode-config-template/tree/main/skills/javascript-eslint-linter
Command: npx skills add https://github.com/darellchua2/opencode-config-template --skill javascript-eslint-linter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill extends the generic linting workflow to JavaScript/TypeScript projects, enabling automated ESLint discovery, configuration checks, and guided fixes to improve code quality across the codebase.

Core Features & Use Cases

  • ESLint discovery and configuration validation for JavaScript/TypeScript projects
  • Language-specific guidance on common ESLint errors (no-unused-vars, semi, eqeqeq, etc.)
  • Seamless delegation to the linting-workflow core, with npm/yarn/pnpm compatibility
  • CI-ready linting guidance and auto-fix workflows for consistent code quality
  • Use Case: on a new JS/TS project, quickly verify ESLint setup and enforce standard rules

Quick Start

Scan and lint a JavaScript/TypeScript project using ESLint with the linting-workflow, detect configuration, and apply fixes.

Frequently Asked Questions about javascript-eslint-linter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ESLint checks for a JavaScript or TypeScript project?

Automate ESLint checks by applying a linting workflow that discovers configurations, validates rules, and applies automated fixes across npm, yarn, and pnpm JavaScript or TypeScript environments to enforce consistent code quality.

What is the best way to integrate ESLint linting into a CI pipeline?

Integrate ESLint into CI pipelines by using a linting workflow that provides CI-ready guidance and automated fixes, ensuring ongoing enforcement of code quality standards for JavaScript and TypeScript projects.

Does this ESLint workflow work with pnpm and yarn projects?

Yes, the ESLint workflow works seamlessly across npm, yarn, and pnpm projects. It detects your JavaScript or TypeScript environment and delegates to the core linting workflow to perform language-specific checks and automated fixes.

Do I need ESLint installed to use this JavaScript linting workflow?

Yes, you need ESLint installed in your project. The workflow requires existing ESLint configurations to validate and uses the linting-workflow core to perform language-specific linting and apply automated fixes to your code.

How do I fix common ESLint errors like no-unused-vars and eqeqeq?

Fix common ESLint errors like no-unused-vars and eqeqeq by running the workflow, which provides language-specific guidance and automated fix workflows to resolve standard code quality issues across your JavaScript or TypeScript codebase.

What are the limitations of using a generic workflow for ESLint code quality?

The limitation is that it requires ESLint to be already installed and configured in your project. It extends a generic linting workflow rather than providing its own standalone linting engine, relying entirely on your existing ESLint setup.