eslint-config-core is an ESLint shareable configuration based on the Airbnb JavaScript style guide. The current stable version is 1.2.0. It has a slow release cadence and minimal updates. Its key differentiator is that it directly wraps the Airbnb ESLint rules with no additional customization, serving as a minimal alternative to full Airbnb presets.
npm install eslint-config-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Extends the Airbnb-based core ESLint configuration in a project's .eslintrc.json file.
Manually install eslint and all required plugins (e.g., eslint-plugin-import, eslint-plugin-react if react rules are used).
npm install --save-dev eslint-config-core
No dependency data recorded yet.