A shareable ESLint configuration for React JavaScript projects, providing a consistent code style lint setup. Current stable version is 3.1.3. It is maintained with periodic updates. Released via npm, this package simplifies ESLint configuration for React developers by bundling common rules. It differentiates by focusing specifically on React and JavaScript, requiring peer dependencies of ESLint and prettier. The package is lightweight and directly extendable.
npm install eslint-config-code-style-lint-reactNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to extend the shared config in a .eslintrc file.
Run: npm install eslint prettier --save-dev
Use eslint.config.js flat config and import the config as default export.
Use eslint-config-code-style-lint-ts for TypeScript React.
Run: npm install eslint-config-code-style-lint-react --save-dev
Install required plugins: npm install eslint-plugin-react --save-dev