FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NodeBB/commitlint.config.js at develop · NodeBB/NodeBB · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
NodeBB
/
NodeBB
Public
Notifications
You must be signed in to change notification settings
Fork
3k
Star
15.2k
Code
Issues
113
Pull requests
30
Actions
Projects
Wiki
Security and quality
9
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
NodeBB
/
commitlint.config.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (25 loc) · 341 Bytes
Breadcrumbs
NodeBB
/
commitlint.config.js
Copy path
File metadata and controls
26 lines (25 loc) · 341 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
'use strict'
;
module
.
exports
=
{
extends
:
[
'@commitlint/config-angular'
]
,
rules
:
{
'header-max-length'
:
[
1
,
'always'
,
72
]
,
'type-enum'
:
[
2
,
'always'
,
[
'breaking'
,
'build'
,
'chore'
,
'ci'
,
'docs'
,
'feat'
,
'fix'
,
'perf'
,
'refactor'
,
'revert'
,
'style'
,
'test'
,
]
,
]
,
}
,
}
;
Back
|
FazBrowse Home
|
New Git URL