canirequire

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

Latest
0.7.3 (Sep 3, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
0.7.3
Native ESM since
0.1.0
TypeScript types
Bundled
Node engines
^20.19.0 || ^22.13.0 || >=24
Weekly downloads
78.7M
License
Apache-2.0

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.

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

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

Similar popularity