lint-js

Check JavaScript and TypeScript code quality with ESLint and apply auto-fixes.

33|5|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/y1feng200156/ham-study --skill lint-js
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-js
Source: https://github.com/y1feng200156/ham-study/tree/main/.agent/skills/lint-js
Command: npx skills add https://github.com/y1feng200156/ham-study --skill lint-js

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of identifying and fixing code quality and style issues in JavaScript and TypeScript projects, ensuring a consistent and maintainable codebase.

Core Features & Use Cases

  • Error Detection: Catches potential bugs, undefined variables, and duplicate code.
  • Style Enforcement: Enforces a unified code style across the project.
  • Auto-Fix: Automatically resolves common style and some quality issues.
  • Configurable: Supports custom ESLint configurations for project-specific needs.
  • Use Case: Before committing code, run this Skill to automatically check for and fix any linting errors, ensuring your code adheres to project standards.

Quick Start

Use lint-js to check my JavaScript code.

Frequently Asked Questions about lint-js

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

FAQPage Schema
How do I check JavaScript and TypeScript code quality using ESLint?

To check JavaScript and TypeScript code quality, this Skill runs ESLint to detect bugs, undefined variables, and duplicate code while enforcing unified code style across your project.

Can ESLint automatically fix code style errors in my project?

Yes, this Skill applies ESLint auto-fixes to automatically resolve common style and quality issues, ensuring your code adheres to project standards before committing.

Do I need Node.js installed to run ESLint checks?

Yes, you need Node.js installed to run ESLint checks. This Skill requires both Node.js and ESLint to be installed and configured in your environment to function.

How do I configure custom ESLint rules for project-specific code style?

You can configure custom ESLint rules for project-specific code style by modifying your ESLint configuration file. This Skill supports custom configurations to enforce tailored quality requirements.

What's the best way to enforce a unified code style before committing?

The best way to enforce a unified code style before committing is to run this Skill. It checks JavaScript and TypeScript code quality, detects errors, and applies auto-fixes to maintain consistency.