refactor: update code linting and formatting

This commit is contained in:
2022-08-27 22:26:50 +01:00
parent 9f742a613b
commit 35bcfcdf04
7 changed files with 329 additions and 539 deletions

View File

@ -1,12 +1,15 @@
{
"branches": [
"master"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
"preset": "conventionalcommits",
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES"
]
}
}
],
[
@ -15,7 +18,14 @@
"preset": "conventionalcommits"
}
],
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
}