Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: replace commitlint config with STRV's
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Mar 5, 2019
1 parent 92c1f78 commit 58bb2f3
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .commitlintrc.js
Expand Up @@ -2,15 +2,13 @@

module.exports = {
extends: [
'@commitlint/config-conventional',
'@strv/commitlint-config',
],

rules: {
'scope-enum': [2, 'always', [
'reporter',
'ui',
]],

'body-leading-blank': [2, 'always'],
},
}
67 changes: 62 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
"@strv/commitlint-config": "^1.0.0",
"@strv/eslint-config-mocha": "^1.0.0",
"@strv/eslint-config-node": "^1.0.0",
"babel-eslint": "^10.0.1",
Expand Down

0 comments on commit 58bb2f3

Please sign in to comment.