@commitlint/cli
Advanced tools
Comparing version 3.0.3 to 3.1.0
{ | ||
"name": "@commitlint/cli", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "Lint your commit messages", | ||
@@ -51,3 +51,3 @@ "bin": { | ||
"dependencies": { | ||
"@commitlint/core": "^3.0.3", | ||
"@commitlint/core": "^3.1.0", | ||
"babel-polyfill": "^6.23.0", | ||
@@ -54,0 +54,0 @@ "chalk": "^2.0.1", |
> Lint commit messages | ||
<p align="center"> | ||
<img width="750" src="https://marionebl.github.io/commitlint/assets/commitlint.svg"> | ||
</p> | ||
# @commitlint/cli | ||
@@ -7,7 +11,7 @@ | ||
```shell | ||
``` | ||
npm install --save-dev @commitlint/cli @commitlint/config-angular | ||
echo "module.exports = {extends: ['@commitlint/config-angular']};" > .commitlint.config.js | ||
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js | ||
``` | ||
Consult [docs/cli](http://marionebl.github.io/commitlint/#/reference-cli) for comprehensive documentation. |
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
9724
17
Updated@commitlint/core@^3.1.0