Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lmc-eu/commitlint-config

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lmc-eu/commitlint-config - npm Package Compare versions

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'],

6

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc