@pega/commitlint-config
Advanced tools
Comparing version
12
index.js
@@ -21,4 +21,4 @@ // @ts-check | ||
mergePattern: /^merge/i, | ||
revertPattern: /^revert/i | ||
} | ||
revertPattern: /^revert/i, | ||
}, | ||
}, | ||
@@ -47,4 +47,4 @@ | ||
actions: ['AgileStudio:'], | ||
caseSensitive: true | ||
} | ||
caseSensitive: true, | ||
}, | ||
], | ||
@@ -61,8 +61,8 @@ '@pega/reference-order': [2, 'always', { prefixes: agileStudioPrefixes }], | ||
'@pega/merge-commit': [2, 'never'], | ||
'@pega/revert-commit': [2, 'never'] | ||
'@pega/revert-commit': [2, 'never'], | ||
}, | ||
plugins: [plugin] | ||
plugins: [plugin], | ||
}; | ||
export default config; |
{ | ||
"name": "@pega/commitlint-config", | ||
"version": "0.16.3", | ||
"version": "0.17.0", | ||
"description": "Pega front-end commitlint config.", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"@commitlint/types": "^19.0.3", | ||
"@pega/commitlint-plugin": "0.16.3" | ||
"@pega/commitlint-plugin": "0.17.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
@@ -19,3 +19,3 @@ # @pega/commitlint-config | ||
module.exports = { | ||
extends: ['@pega/tsconfig/index.json'] | ||
extends: ['@pega/tsconfig/index.json'], | ||
}; | ||
@@ -22,0 +22,0 @@ ``` |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
15041
0.05%+ Added
- Removed