ESLint preset for conventional-changelog. Generates changelogs from Git commits following the ESLint convention (Fix, Update, New, Breaking, Docs, Build, Upgrade, Chore). Current stable version 6.1.0, released as part of the conventional-changelog monorepo. ESM-only, requires Node >=18. Compared to other presets (e.g., angular, conventionalcommits), this preset enforces ESLint-specific tags and format.
npm install conventional-changelog-eslintVerified import paths — ran on the pinned version, not inferred.
Generate a changelog using the ESLint preset with conventional-changelog.
Use import syntax and Node >=18. Convert CJS project or use dynamic import().
Upgrade Node.js to >=18.
Import and call `createPreset()` to get the preset object.
Ensure commits use one of: Fix, Update, New, Breaking, Docs, Build, Upgrade, Chore.
Use import instead: `import { createPreset } from 'conventional-changelog-eslint'`Use `const preset = await createPreset();` and pass the returned object.
No dependency data recorded yet.