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.
npm install eslint-config-racktVerified import paths — ran on the pinned version, not inferred.
Install the package and peer dependency eslint, then configure .eslintrc to extend 'rackt'.
Migrate to eslint-config-react-app: npm install eslint-config-react-app --save-dev and update .eslintrc extends to 'react-app'.
Install eslint: npm install eslint --save-dev
Run npm install eslint-config-rackt --save-dev and ensure your .eslintrc extends 'rackt'.
No dependency data recorded yet.