git404hub

what is eslint-plugin-react fr?

gaearon/eslint-plugin-react — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2016-10-03

2JavaScriptAudience · developerComplexity · 2/5DormantSetup · easy

tl;dr

An ESLint plugin that adds around 30 React-specific rules, catching JSX mistakes, lifecycle bugs, and style inconsistencies before you run your code.

vibe map

mindmap
  root((repo))
    What it does
      Extends ESLint
      Adds React rules
      Flags JSX mistakes
    Tech stack
      JavaScript
      ESLint
      React
    Use cases
      Enforce code quality
      Catch lifecycle bugs
      Standardize JSX style
    Audience
      Developers
      React teams
    Setup
      Install via npm
      Configure rules
      Actively maintained

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

Install the plugin alongside ESLint to catch React-specific mistakes like missing imports or duplicate props automatically.

VIBE 2

Turn on specific rules to enforce a team's React coding standards, like consistent JSX formatting.

VIBE 3

Catch deprecated lifecycle methods or state mutation bugs before running the app.

what's the stack?

JavaScriptESLintReact

how it stacks up fr

gaearon/eslint-plugin-react3imed-jaberi/cryptography-si-isamm3imed-jaberi/koa-isomorphic-router
Stars222
LanguageJavaScriptJavaScriptJavaScript
Last pushed2016-10-032021-09-252021-02-06
MaintenanceDormantDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/51/52/5
Audiencedeveloperresearcherdeveloper

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

how do i run it?

Difficulty · easy time til it works · 30min

Requires installing via npm and manually enabling the rules you want in your ESLint config.

prompts (copy fr)

prompt 1
Help me set up eslint-plugin-react in my project's ESLint config with a sensible starter rule set.
prompt 2
Explain what each of this plugin's rules checks for and which ones matter most for a React team.
prompt 3
Show me how to configure a custom rule from this plugin to catch a specific React mistake in my codebase.

Frequently asked questions

what is eslint-plugin-react fr?

An ESLint plugin that adds around 30 React-specific rules, catching JSX mistakes, lifecycle bugs, and style inconsistencies before you run your code.

What language is eslint-plugin-react written in?

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

Is eslint-plugin-react actively maintained?

Dormant — no commits in 2+ years (last push 2016-10-03).

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

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

Who is eslint-plugin-react for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.