A shareable ESLint configuration preset from Cratebind. Current stable version is 8.0.1. Provides a base set of linting rules for JavaScript projects, focusing on consistency and best practices. To use, you must install ESLint separately (as a peer dependency) and extend the config in your .eslintrc file. The package follows the standard ESLint shareable config pattern, allowing rule overrides. It is recommended for use with Husky and lint-staged for pre-commit hooks. Differentiation lies in Cratebind's specific rule choices, but the config is open for customization.
npm install eslint-config-cratebindNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install ESLint and the config, then create .eslintrc with extends.
Install both packages with -g flag or use local installation.
Run npm install eslint-config-cratebind --save-dev
Set "react/prop-types": 0 (or 1 or 2) in your .eslintrc rules.