eslint-react
raw JSON → 0.0.4 verified Fri May 01 auth: no javascript deprecated
Deprecated ESLint rules for React. This package (v0.0.4) was an early attempt to provide ESLint configurations for React projects. It is no longer maintained and has been superseded by 'eslint-config-react-aya'. Users should migrate to the new package to receive ongoing updates and support. The package was likely unstable with minimal adoption.
Common errors
error Cannot find module 'eslint-config-react-aya' ↓
cause Package not installed or misspelled.
fix
Run 'npm install --save-dev eslint-config-react-aya'.
Warnings
deprecated eslint-react is deprecated. Use eslint-config-react-aya instead. ↓
fix Uninstall eslint-react and install eslint-config-react-aya.
gotcha Version 0.0.4 is the latest but is unstable and lacking features. No breaking changes documented. ↓
fix Use eslint-config-react-aya.
Install
npm install eslint-react yarn add eslint-react pnpm add eslint-react Imports
- eslint-react wrong
import from 'eslint-react'correctNo stable import; package is deprecated. Use 'eslint-config-react-aya' instead.
Quickstart
# Do not install this package. Instead:
npm install --save-dev eslint-config-react-aya