{"id":26952,"library":"eslint-config-core","title":"eslint-config-core","description":"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.","status":"active","version":"1.2.0","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install eslint-config-core","lang":"bash","label":"npm"},{"cmd":"yarn add eslint-config-core","lang":"bash","label":"yarn"},{"cmd":"pnpm add eslint-config-core","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"The configuration is extended by name in .eslintrc; no import statement needed.","wrong":"\"extends\": \"core\"","symbol":"eslint-config-core","correct":"\"extends\": \"eslint-config-core\""},{"note":"The config is used via extends, not require.","wrong":"require('eslint-config-core')","symbol":"default","correct":"module.exports = { extends: 'eslint-config-core' }"}],"quickstart":{"code":"// .eslintrc.json\n{\n  \"extends\": \"eslint-config-core\"\n}\n","lang":"javascript","description":"Extends the Airbnb-based core ESLint configuration in a project's .eslintrc.json file."},"warnings":[{"fix":"Manually install eslint and all required plugins (e.g., eslint-plugin-import, eslint-plugin-react if react rules are used).","message":"The package does not include peer dependencies like eslint or eslint-plugin-import.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"npm install --save-dev eslint-config-core","cause":"The package is not installed locally or globally.","error":"Error: Cannot find module 'eslint-config-core'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}