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 feefc48 commit 456d9b1Copy full SHA for 456d9b1
docs/api/lint.md
@@ -45,7 +45,7 @@ lint(message: string, rules: {[ruleName: string]: Rule}, opts?: Options) => Prom
45
### Import
46
47
```js
48
-import lint '@commitlint/lint';
+import lint from '@commitlint/lint';
49
```
50
51
### Usage without config
0 commit comments