@commitlint/config-angular
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -11,4 +11,4 @@ const typeEnum = require('@commitlint/config-angular-type-enum'); | ||
2, | ||
'always', | ||
['camel-case', 'kebab-case', 'lower-case', 'snake-case'] | ||
'never', | ||
['sentence-case', 'start-case', 'pascal-case', 'upper-case'] | ||
], | ||
@@ -15,0 +15,0 @@ 'subject-empty': [2, 'never'], |
{ | ||
"name": "@commitlint/config-angular", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Shareable commitlint config enforcing the angular commit convention", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
7406