lint

Lint and auto-fix JavaScript, CSS, and PHP code with ESLint, Stylelint, and WPCS.

12|9|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/jnealey88/designsetgo --skill lint-jnealey88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint
Source: https://github.com/jnealey88/designsetgo/tree/main/.claude/skills/lint
Command: npx skills add https://github.com/jnealey88/designsetgo --skill lint-jnealey88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the detection and auto-fix of code quality violations across JavaScript, CSS/SCSS, and PHP projects, reducing review time and manual debugging.

Core Features & Use Cases

  • Lint JavaScript with ESLint following WordPress coding standards.
  • Lint CSS/SCSS with Stylelint and BEM conventions.
  • Lint PHP with WordPress Coding Standards (WPCS).
  • Auto-fix issues via dedicated npm scripts and targeted linters.
  • Integrate into CI pipelines or pre-commit hooks to enforce quality at every change.

Quick Start

Run the lint suite to scan and auto-fix JavaScript, CSS, and PHP code.

Frequently Asked Questions about lint

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

FAQPage Schema
How do I automate linting and auto-fixing JavaScript, CSS, and PHP code?

You can automate linting JavaScript, CSS, and PHP code by running this Skill's npm scripts, which scan projects and apply auto-fixes to enforce code quality and consistency across all three languages.

Can I enforce WordPress coding standards for JavaScript and PHP in a CI pipeline?

Yes, you can enforce WordPress coding standards for JavaScript and PHP by integrating the linters into CI pipelines or pre-commit hooks, catching violations early at every code change without manual review.

Does this linting workflow support Stylelint with BEM conventions for SCSS?

Yes, the linting workflow supports Stylelint for CSS and SCSS files, applying BEM conventions to detect styling inconsistencies and automatically resolve formatting issues across project stylesheets.

What is the best way to set up pre-commit hooks for JavaScript and PHP code quality checks?

The best way to set up pre-commit hooks for code quality checks is wiring ESLint, Stylelint, and WordPress Coding Standards through npm scripts, enforcing quality automatically before changes are committed.

Do I need npm scripts to run linters for JavaScript, CSS, and PHP?

Yes, you need npm scripts to run the linters for JavaScript, CSS, and PHP. The automation is wired through npm scripts to execute ESLint, Stylelint, and WordPress Coding Standards easily across projects.