Shareable ESLint configuration from the Chart.js team. v0.3.0 switches indent from tabs to 2 spaces and enables ES6 features. Release cadence is low; used primarily for maintaining Chart.js itself. Differentiator: official config that matches Chart.js coding style, including spacing, brace style, and ES6 enforcement. Supports extending in ESLint config files.
npm install eslint-config-chartjsVerified import paths — ran on the pinned version, not inferred.
Install the shareable config, then extend it in your ESLint config file.
Update your codebase to use 2-space indentation, or override the indent rule in your ESLint config.
Migrate to eslint.config.js format; check for updated package.
Set extends: 'chartjs' (without the 'eslint-config-' prefix).
Extend additional configs for React (e.g., eslint-plugin-react).
Run 'npm install --save-dev eslint-config-chartjs'.
Ensure rule values are valid; see ESLint docs for schema.
No dependency data recorded yet.