@lmc-eu/commitlint-config
Advanced tools
Comparing version 1.0.4 to 1.0.5
16
index.js
module.exports = { | ||
extends: ['@commitlint/config-conventional'], | ||
parserPreset: '@lmc-eu/conventional-changelog-lmc-bitbucket', | ||
ignores: [commit => commit.includes('[CI-SKIP]')], | ||
ignores: [(commit) => commit.includes('[CI-SKIP]')], | ||
rules: { | ||
@@ -10,15 +10,3 @@ 'type-case': [1, 'always', 'pascal-case'], | ||
'always', | ||
[ | ||
'Feat', | ||
'Fix', | ||
'Docs', | ||
'Style', | ||
'Refactor', | ||
'Test', | ||
'Revert', | ||
'Perf', | ||
'Chore', | ||
'Deps', | ||
'BREAKING CHANGES', | ||
], | ||
['Feat', 'Fix', 'Docs', 'Style', 'Refactor', 'Test', 'Revert', 'Perf', 'Chore', 'Deps', 'BREAKING CHANGES'], | ||
], | ||
@@ -25,0 +13,0 @@ 'subject-case': [2, 'always', 'sentence-case'], |
{ | ||
"name": "@lmc-eu/commitlint-config", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "LMC's configuration for commitlint", | ||
@@ -26,5 +26,5 @@ "keywords": [ | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@lmc-eu/conventional-changelog-lmc-bitbucket": "^1.3.3" | ||
"@lmc-eu/conventional-changelog-lmc-bitbucket": "^1.3.4" | ||
}, | ||
"gitHead": "fd178f5b9a1d44fb7e62ac504d57cd3ba0f447d0" | ||
"gitHead": "5effef42797b7d6fabab9e54b3a715c276e79e2f" | ||
} |
@@ -24,9 +24,7 @@ # @lmc-eu/commitlint-config | ||
```js | ||
'use strict' | ||
'use strict'; | ||
module.exports = { | ||
extends: [ | ||
'@lmc-eu/commitlint-config', | ||
], | ||
} | ||
extends: ['@lmc-eu/commitlint-config'], | ||
}; | ||
``` | ||
@@ -33,0 +31,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4355
14
72