ESLint shareable config for React projects, version 1.3.0. Provides a set of lint rules based on JavaScript Standard Style and plugins for React and objects. Released irregularly (last v1.3.0 in 2016). Requires manual installation of peer dependencies (eslint-plugin-react, eslint-plugin-objects, eslint-config-standard). Differentiates by integrating Standard Style with React-specific rules; however, the package is no longer actively maintained and may not support modern React/ESLint versions.
npm install eslint-config-reactjsVerified import paths — ran on the pinned version, not inferred.
Minimal .eslintrc configuration to extend eslint-config-reactjs with React and objects plugin rules enabled.
Consider using eslint-config-react-app or eslint-config-airbnb for modern React projects.
Use ESLint v2 or later; update any custom rules to match ESLint v2 conventions.
If you need the rule, add it manually: "react/jsx-no-bind": 2
npm install --save-dev eslint-plugin-react
Update eslint-plugin-react or use a newer config version (v1.2.1+).