eslint-prettier

Automate ESLint and Prettier linting and formatting for JavaScript/TypeScript projects.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/krlmrr/laravel-playground --skill eslint-prettier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eslint-prettier
Source: https://github.com/krlmrr/laravel-playground/tree/main/.claude/skills/eslint-prettier
Command: npx skills add https://github.com/krlmrr/laravel-playground --skill eslint-prettier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill configures and uses ESLint and Prettier to enforce consistent JavaScript/TypeScript formatting and linting, addressing code quality and style issues across a project.

Core Features & Use Cases

  • Configure ESLint and Prettier rules to align with team standards
  • Run ESLint and Prettier checks, and auto-fix issues with ESLint --fix and Prettier
  • Integrate with IDEs (e.g., VS Code) for format-on-save and on-save fixes

Quick Start

Run the configured lint and format workflow to automatically detect, report, and fix issues across your JavaScript/TypeScript project.

Frequently Asked Questions about eslint-prettier

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

FAQPage Schema
How do I automate linting and formatting for a JavaScript and TypeScript project?

Automate linting and formatting by configuring ESLint and Prettier to enforce consistent code quality and style rules. This setup automatically detects, reports, and fixes issues across your JavaScript and TypeScript source files.

Can I integrate ESLint and Prettier format-on-save with VS Code?

Yes, you can integrate ESLint and Prettier with IDEs like VS Code to enable format-on-save and on-save fixes. This ensures your JavaScript and TypeScript code is automatically linted and formatted during development.

Does this ESLint and Prettier configuration work with React, Vue, and Node ecosystems?

ESLint and Prettier configuration works across React, Vue, and Node ecosystems. It handles rule enforcement and formatting for small to large codebases within these JavaScript and TypeScript environments.

What's the best way to auto-fix code quality and style issues across a large codebase?

The best way to auto-fix code quality issues is running ESLint --fix and Prettier. This workflow automatically detects and resolves formatting and linting problems across your entire JavaScript and TypeScript project.

Do I need ESLint and Prettier installed before setting up code formatting?

Yes, you need ESLint and Prettier installed in your project. The configuration uses these installed dependencies to execute linting checks, apply formatting rules, and run auto-fix scripts across your source files.