git404hub

what is eslint-plugin-prettier fr?

yyx990803/eslint-plugin-prettier — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2018-01-16

8JavaScriptAudience · developerComplexity · 2/5DormantSetup · easy

tl;dr

An ESLint plugin that runs Prettier as a lint rule, so formatting problems show up alongside code-quality issues and can be auto-fixed with one command.

vibe map

mindmap
  root((repo))
    What it does
      Runs Prettier via ESLint
      Reports formatting as lint errors
      Auto-fixes with --fix
    Tech Stack
      JavaScript
      ESLint
      Prettier
    Use Cases
      Unify linting and formatting
      Editor real-time feedback
      Team-wide code style
    Audience
      Frontend developers
      Engineering teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Get formatting issues reported alongside other lint errors in one workflow.

VIBE 2

Auto-fix formatting problems by running ESLint's --fix command.

VIBE 3

Show real-time formatting feedback in editors with ESLint integration.

VIBE 4

Make Prettier the single source of truth for a team's code style.

what's the stack?

JavaScriptESLintPrettier

how it stacks up fr

yyx990803/eslint-plugin-prettieradguardteam/recoveryadm1nsys/safari-ai-extension
Stars888
LanguageJavaScriptJavaScriptJavaScript
Last pushed2018-01-162018-03-16
MaintenanceDormantDormant
Setup difficultyeasyeasyhard
Complexity2/52/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Best used with a separate .prettierrc file and other ESLint formatting rules disabled.

prompts (copy fr)

prompt 1
Help me set up eslint-plugin-prettier so ESLint reports Prettier formatting issues as errors.
prompt 2
Show me how to configure a .prettierrc file so my editor and ESLint agree on formatting.
prompt 3
Explain why I should disable other ESLint formatting rules when using this plugin.
prompt 4
Walk me through auto-fixing formatting issues with ESLint's --fix flag.

Frequently asked questions

what is eslint-plugin-prettier fr?

An ESLint plugin that runs Prettier as a lint rule, so formatting problems show up alongside code-quality issues and can be auto-fixed with one command.

What language is eslint-plugin-prettier written in?

Mainly JavaScript. The stack also includes JavaScript, ESLint, Prettier.

Is eslint-plugin-prettier actively maintained?

Dormant — no commits in 2+ years (last push 2018-01-16).

How hard is eslint-plugin-prettier to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is eslint-plugin-prettier for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.