Skip to content

Commit

Permalink
chore(lint): strict linting
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Apr 8, 2024
1 parent f796ad0 commit 84e6bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{ "type": "", "release": "patch" }
]
"preset": "conventionalcommits"
},
"@semantic-release/release-notes-generator",
{
Expand Down
4 changes: 1 addition & 3 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [1, 'always', 200],
'type-empty': [1, 'never'],
'subject-empty': [1, 'never']
'body-max-line-length': [1, 'always', 200]
}
}

0 comments on commit 84e6bcf

Please sign in to comment.