Skip to content

Commit

Permalink
feat: Add support for v19
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintyj committed Jun 24, 2024
1 parent 12168b9 commit fdceb11
Show file tree
Hide file tree
Showing 10 changed files with 236,876 additions and 234,541 deletions.
2 changes: 2 additions & 0 deletions __tests__/lint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { testLintOptions, verifyTitle } from '../src/lint';

const { getLintOptions, convertESMtoCJS } = testLintOptions;

/* eslint-disable regexp/no-super-linear-backtracking */
const emptyConfigOption = {
defaultIgnores: true,
helpUrl: 'https://github.com/conventional-changelog/commitlint/#what-is-commitlint',
Expand All @@ -30,6 +31,7 @@ const emptyConfigOption = {
},
plugins: {},
};
/* eslint-enable regexp/no-super-linear-backtracking */

const emptyConfigOptionNoParserOpts = {
defaultIgnores: true,
Expand Down
Loading

0 comments on commit fdceb11

Please sign in to comment.