Registry / testing / eslint-config-core

eslint-config-core

JSON →
library1.2.0jsnpmunverified

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-core
INSTALL
IMPORT
SIG · ESLINT-CONFIG-CORE
E
eslint-config-core
testingjavascriptv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eslint-config-core
"extends": "eslint-config-core"
"extends": "core"
The configuration is extended by name in .eslintrc; no import statement needed.
default
module.exports = { extends: 'eslint-config-core' }
require('eslint-config-core')
The config is used via extends, not require.

Extends the Airbnb-based core ESLint configuration in a project's .eslintrc.json file.

// .eslintrc.json { "extends": "eslint-config-core" }
Debug
Known issues
gotchaThe package does not include peer dependencies like eslint or eslint-plugin-import.
fix
Manually install eslint and all required plugins (e.g., eslint-plugin-import, eslint-plugin-react if react rules are used).
affects: >=1.0.0
Errors
Common errors & fixes
Error: Cannot find module 'eslint-config-core'
The package is not installed locally or globally.
fix
npm install --save-dev eslint-config-core
Upgrade
Version history
1.2.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
eslint-config-core — npm install eslint-config-core · libregistry