We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
helpUrl
1 parent 6634a1d commit 6fb4acfCopy full SHA for 6fb4acf
src/config/help-url.ts
@@ -0,0 +1,14 @@
1
+/**
2
+ * @file Config - helpUrl
3
+ * @module commitlint-config/config/helpUrl
4
+ */
5
+
6
7
+ * URL to show upon failure.
8
+ *
9
+ * @const {string} helpUrl
10
11
+const helpUrl: string =
12
+ 'https://github.com/conventional-changelog/commitlint/#what-is-commitlint'
13
14
+export default helpUrl
src/config/index.ts
@@ -5,3 +5,4 @@
export { default as defaultIgnores } from './default-ignores'
export { default as formatter } from './formatter'
+export { default as helpUrl } from './help-url'
0 commit comments