Skip to content

Commit 4c4887a

Browse files
committed
chore(lint): strict again
1 parent 70730f1 commit 4c4887a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.releaserc

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"plugins": [
44
"@semantic-release/commit-analyzer",
55
{
6-
"preset": "conventionalcommits",
7-
"releaseRules": [
8-
{ "type": "", "release": "patch" }
9-
]
6+
"preset": "conventionalcommits"
107
},
118
"@semantic-release/release-notes-generator",
129
{

commitlint.config.cjs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
'body-max-line-length': [1, 'always', 200],
5-
'type-empty': [1, 'never'],
6-
'subject-empty': [1, 'never']
4+
'body-max-line-length': [1, 'always', 200]
75
}
86
}

0 commit comments

Comments
 (0)