We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e3687 commit 6983b8cCopy full SHA for 6983b8c
packages/cli/src/changelog.js
@@ -5,7 +5,7 @@
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
-import { default as parse } from '@commitlint/parse';
+import { parse } from '@commitlint/parse';
9
import { execa } from 'execa';
10
11
// We keep a list of commits that are process-oriented that we never want to
0 commit comments