canirequire › Dual (CommonJS + ESM) › @eslint/config-helpers
Is @eslint/config-helpers ESM-only? Can you require() it?
Helper utilities for creating ESLint configuration
Last verified Sep 9, 2026 against @eslint/config-helpers@0.7.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@eslint/config-helpers publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@eslint/config-helpers") and import "@eslint/config-helpers" both work on every supported Node.js version and in Bun.
Does @eslint/config-helpers@0.7.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@eslint/config-helpers") from a CommonJS file and import "@eslint/config-helpers" from an ES module.
| Runtime | require("@eslint/config-helpers") | import "@eslint/config-helpers" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import @eslint/config-helpers
ES modules (import)
import configHelpers from "@eslint/config-helpers";CommonJS (require)
const configHelpers = require("@eslint/config-helpers");Module format by version
Derived from the type, main and exports fields of every stable release on npm (18 versions; the newest 18 shown).
| Versions | Format | First published |
|---|---|---|
| 0.1.0 – 0.7.0 | Dual (CommonJS + ESM) | Mar 6, 2025 |
Frequently asked
Is @eslint/config-helpers ESM-only?
@eslint/config-helpers@0.7.0 ships CommonJS and ESM builds. @eslint/config-helpers publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@eslint/config-helpers") and import "@eslint/config-helpers" both work on every supported Node.js version and in Bun.
Can I require @eslint/config-helpers?
Yes. @eslint/config-helpers ships a CommonJS entry, so require("@eslint/config-helpers") works on every Node.js version, alongside the native ESM entry for import.
Does @eslint/config-helpers work in Bun?
Yes. import "@eslint/config-helpers" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @eslint/config-helpers ship TypeScript types?
Yes. @eslint/config-helpers bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- @humanfs/node 0.16.8ESM-only
- @img/sharp-libvips-linuxmusl-x64 1.3.3CommonJS
- @opentelemetry/instrumentation 0.222.0CommonJS
- @eslint/object-schema 3.0.5Dual
- @humanfs/core 0.19.2ESM-only
- @vitest/utils 5.0.0ESM-only
- @babel/traverse 8.0.4ESM-only
- @pkgjs/parseargs 0.11.0CommonJS