Skip to content

Commit 6fb4acf

Browse files
committed
feat(config): helpUrl
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 6634a1d commit 6fb4acf

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: src/config/help-url.ts

+14
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: src/config/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55

66
export { default as defaultIgnores } from './default-ignores'
77
export { default as formatter } from './formatter'
8+
export { default as helpUrl } from './help-url'

0 commit comments

Comments
 (0)