Skip to content

Commit

Permalink
build(commitlint): absorb external config
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam authored and rostislav-simonik committed Jan 27, 2024
1 parent 09fd84d commit 12b3382
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 4 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
module.exports = { extends: ['standard'] }
module.exports = {
extends: ['@commitlint/config-conventional'],
'type-enum': ['feat', 'fix', 'style', 'refactor', 'test', 'revert', 'build']
}
7 changes: 0 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"@typescript-eslint/eslint-plugin": "6.10.0",
"@ungap/structured-clone": "1.2.0",
"ava": "6.1.0",
"commitlint-config-standard": "github:standard/commitlint-config-standard",
"editorconfig-checker": "5.1.2",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
Expand Down

0 comments on commit 12b3382

Please sign in to comment.