eslint-config-rackt

raw JSON →
1.1.1 verified Sat Apr 25 auth: no javascript deprecated

Shared ESLint configuration for Rackt (React ecosystem) repos. Version 1.1.1 is the latest stable release. Deprecated in favor of eslint-config-react-app. Provides a consistent code style for React projects. No longer maintained; users should migrate to actively maintained alternatives.

error ESLint couldn't find the config "rackt".
cause The eslint-config-rackt package is not installed or not in node_modules.
fix
Run npm install eslint-config-rackt --save-dev and ensure your .eslintrc extends 'rackt'.
deprecated This package is unmaintained. Use eslint-config-react-app or other modern alternatives.
fix Migrate to eslint-config-react-app: npm install eslint-config-react-app --save-dev and update .eslintrc extends to 'react-app'.
gotcha Missing ESLint peer dependency: eslint must be installed separately.
fix Install eslint: npm install eslint --save-dev
npm install eslint-config-rackt
yarn add eslint-config-rackt
pnpm add eslint-config-rackt

Install the package and peer dependency eslint, then configure .eslintrc to extend 'rackt'.

npm install --save-dev eslint eslint-config-rackt