ESLint shareable configurations for mongodb-js projects, version 5.0.3, last updated ~2019. Provides multiple presets (compass-plugin, react, node, browser, shell) based on eslint-config-airbnb. Differentiates by offering project-specific configs for MongoDB ecosystem. Limited updates; consider using eslint-config-mongodb-js-legacy or maintaining your own.
npm install eslint-config-mongodb-jsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install peer deps and apply a mongodb-js ESLint config for Node.js projects.
Install eslint-config-airbnb and its peer deps (eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, etc.).
Use eslint@5+ or downgrade to eslint-config-mongodb-js@4.x for eslint@4.
Consider using eslint-config-mongodb-js-legacy or switch to airbnb's default config.
Use 'mongodb-js/node' instead of '@mongodb-js/node'.
npm install --save-dev eslint-config-airbnb
Update all peer dependencies to latest compatible versions, e.g., npm install --save-dev eslint-plugin-import@latest
Use "extends": "mongodb-js/node" or another valid sub-config.