canirequire › Dual (CommonJS + ESM) › @eslint/plugin-kit
Is @eslint/plugin-kit ESM-only? Can you require() it?
Utilities for building ESLint plugins.
Last verified Sep 9, 2026 against @eslint/plugin-kit@0.7.3. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@eslint/plugin-kit publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@eslint/plugin-kit") and import "@eslint/plugin-kit" both work on every supported Node.js version and in Bun.
Does @eslint/plugin-kit@0.7.3 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@eslint/plugin-kit") from a CommonJS file and import "@eslint/plugin-kit" from an ES module.
| Runtime | require("@eslint/plugin-kit") | import "@eslint/plugin-kit" |
|---|---|---|
| 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/plugin-kit
ES modules (import)
import pluginKit from "@eslint/plugin-kit";CommonJS (require)
const pluginKit = require("@eslint/plugin-kit");Module format by version
Derived from the type, main and exports fields of every stable release on npm (25 versions; the newest 25 shown).
| Versions | Format | First published |
|---|---|---|
| 0.1.0 – 0.7.3 | Dual (CommonJS + ESM) | Aug 27, 2024 |
Frequently asked
Is @eslint/plugin-kit ESM-only?
@eslint/plugin-kit@0.7.3 ships CommonJS and ESM builds. @eslint/plugin-kit publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.0). require("@eslint/plugin-kit") and import "@eslint/plugin-kit" both work on every supported Node.js version and in Bun.
Can I require @eslint/plugin-kit?
Yes. @eslint/plugin-kit ships a CommonJS entry, so require("@eslint/plugin-kit") works on every Node.js version, alongside the native ESM entry for import.
Does @eslint/plugin-kit work in Bun?
Yes. import "@eslint/plugin-kit" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @eslint/plugin-kit ship TypeScript types?
Yes. @eslint/plugin-kit 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
- internal-slot 1.1.0CommonJS
- is-string 1.1.1CommonJS
- es-to-primitive 1.3.4CommonJS
- sax 1.6.1CommonJS
- pump 3.0.4CommonJS
- long 5.3.2Dual
- gcp-metadata 9.0.3CommonJS
- side-channel-weakmap 1.0.2CommonJS