@commitlint/config-conventional
Advanced tools
Comparing version 6.1.3 to 7.0.0
@@ -9,4 +9,4 @@ module.exports = { | ||
2, | ||
'never', | ||
['sentence-case', 'start-case', 'pascal-case', 'upper-case'] | ||
'always', | ||
['camel-case', 'kebab-case', 'lower-case', 'snake-case'] | ||
], | ||
@@ -13,0 +13,0 @@ 'subject-empty': [2, 'never'], |
{ | ||
"name": "@commitlint/config-conventional", | ||
"version": "6.1.3", | ||
"version": "7.0.0", | ||
"description": "Shareable commitlint config enforcing conventional commits", | ||
@@ -37,4 +37,4 @@ "files": [ | ||
"devDependencies": { | ||
"@commitlint/utils": "^6.1.3" | ||
"@commitlint/utils": "^7.0.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
6593