canirequire

canirequireDual (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.

Latest
0.7.0 (Jul 21, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
0.7.0
Native ESM since
0.1.0
TypeScript types
Bundled
Node engines
^20.19.0 || ^22.13.0 || >=24
License
Apache-2.0

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.

Runtimerequire("@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).

VersionsFormatFirst published
0.1.0 – 0.7.0Dual (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

Similar popularity