Shareable ESLint config for medikoo's projects, derived from eslint:all. Current stable version 5.2.0 supports Node >=18. ESLint peer dependency >=0.8.0. Features config variants for ES2022, ES5, ES3, and Node.js-specific environments (v6+ to v16+). Provides a strict, all-rules-on base config that can be extended per project needs. Differentiated by its experimental approach starting from eslint:all and offering multiple targeted presets.
npm install eslint-config-medikooNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installation and basic configuration for ES2022+ projects using the medikoo config.
Update Node.js to version 18 or later, or stick with eslint-config-medikoo@4.x for older Node support.
Upgrade your project to Node v10+ and use 'medikoo/node' or a more recent specific variant.
Use appropriate variant like 'medikoo/es5' for ES5 projects.
Run 'npm install --save-dev eslint' along with the config.
Add '"root": true' in your eslintConfig object.
Install the package: npm install --save-dev eslint-config-medikoo
Run 'npm install' and ensure 'eslint-config-medikoo' is listed in devDependencies.
Use exact variant string like 'medikoo/node' or 'medikoo/es5'.
No dependency data recorded yet.