A shareable ESLint configuration tailored for React projects using react-tools. Version 1.1.7 is the latest stable release, but the package has very little adoption and is not actively maintained. It provides a preset of rules for linting React applications, but lacks documentation, changelog, or updates for modern ESLint and React versions. Unlike more popular configs like eslint-config-react-app or eslint-config-airbnb, this package offers minimal customization and is essentially a wrapper around a small set of ESLint rules.
npm install eslint-config-react-toolsVerified import paths — ran on the pinned version, not inferred.
Shows how to configure ESLint to use react-tools preset in a CommonJS or JSON config file.
Migrate to a maintained alternative like eslint-config-airbnb or eslint-config-react-app.
Use eslint-config-react-tools only with legacy eslintrc config. For flat config, switch to modern alternatives.
Inspect the source code directly on GitHub to understand rules.
Run `npm install eslint-config-react-tools --save-dev` and ensure extends: ['react-tools'] (no prefix).
Ensure the package is in node_modules. Try reinstalling with `npm install eslint-config-react-tools --save-dev`.
Check the source of eslint-config-react-tools for valid rules. Likely the rule does not exist.
No dependency data recorded yet.