ESLint shareable configuration for BODC React applications. Currently at version 1.3.1-alpha.2, this package enforces common lint rules across React projects at BODC. It requires eslint ^8.15.0 as a peer dependency. Key differentiators: opinionated for React best practices with TypeScript support, but limited to organization-specific rules. Not intended for external use.
npm install eslint-config-bodcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to extend the base config and install required peer dependency.
Ensure project uses eslint 8.x. For eslint 9, use a different config.
In extends array: ["bodc/typescript", "bodc/react"]
Pin to exact version and review changelog on update.
npm install --save-dev eslint-config-bodc eslint@^8.15.0
Add 'bodc/react' to extends array.