Eslint Config Current Thing is an automatically generated, unopinionated ESLint config that combines the most popular ESLint configs, plugins, and parsers based on download popularity. v8.0.3, released periodically with automated updates. Differentiates by offering a 'current thing' approach that avoids opinionated debates by letting market competition determine the rules. Requires Node >=22, and combines dozens of configs including AirBnb, Antfu, Google, etc. Not recommended for production due to potential bloat and conflict issues.
npm install eslint-config-current-thingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use eslint-config-current-thing as a standalone config or as a base to extend with custom rules.
Use import syntax and set "type": "module" in package.json. Replace require with import.
Consider using a more minimal config or fine-tune rules to disable unused ones.
Test linting output carefully and override rules as needed.
Upgrade Node.js to v22 or later.
Install the package: npm install eslint-config-current-thing --save-dev. If using v8+, use import instead of require.
Only use the default export or the named 'config' export. Do not try to import sub-configs directly.