canirequire › Dual (CommonJS + ESM) › @vue/eslint-config-typescript
Is @vue/eslint-config-typescript ESM-only? Can you require() it?
ESLint config for TypeScript + Vue.js projects
Last verified Sep 9, 2026 against @vue/eslint-config-typescript@14.9.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@vue/eslint-config-typescript publishes both a CommonJS entry and a native ESM entry (ESM added in 14.0.0). require("@vue/eslint-config-typescript") and import "@vue/eslint-config-typescript" both work on every supported Node.js version and in Bun.
Does @vue/eslint-config-typescript@14.9.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@vue/eslint-config-typescript") from a CommonJS file and import "@vue/eslint-config-typescript" from an ES module.
| Runtime | require("@vue/eslint-config-typescript") | import "@vue/eslint-config-typescript" |
|---|---|---|
| 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 @vue/eslint-config-typescript
ES modules (import)
import eslintConfigTypescript from "@vue/eslint-config-typescript";CommonJS (require)
const eslintConfigTypescript = require("@vue/eslint-config-typescript");Module format by version
Derived from the type, main and exports fields of every stable release on npm (44 versions; the newest 44 shown).
| Versions | Format | First published |
|---|---|---|
| 14.0.0 – 14.9.0 | Dual (CommonJS + ESM) | Oct 5, 2024 |
| 3.0.0 – 13.0.0 | CommonJS | Aug 10, 2018 |
Frequently asked
Is @vue/eslint-config-typescript ESM-only?
@vue/eslint-config-typescript@14.9.0 ships CommonJS and ESM builds. @vue/eslint-config-typescript publishes both a CommonJS entry and a native ESM entry (ESM added in 14.0.0). require("@vue/eslint-config-typescript") and import "@vue/eslint-config-typescript" both work on every supported Node.js version and in Bun.
Can I require @vue/eslint-config-typescript?
Yes. @vue/eslint-config-typescript ships a CommonJS entry, so require("@vue/eslint-config-typescript") works on every Node.js version, alongside the native ESM entry for import.
Does @vue/eslint-config-typescript work in Bun?
Yes. import "@vue/eslint-config-typescript" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @vue/eslint-config-typescript ship TypeScript types?
Yes. @vue/eslint-config-typescript 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
- @emotion/core 11.0.0CommonJS
- @babel/polyfill 7.12.1CommonJS
- @oclif/config 1.18.17CommonJS
- @semantic-release/git 11.0.1ESM-only
- @fortawesome/fontawesome-free 7.3.1CommonJS
- @rollup/plugin-image 3.0.3Dual
- @ethersproject/solidity 5.8.0CommonJS
- @semantic-release/changelog 7.0.0ESM-only