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