chore: add commitlint cli + config-conventional

Installed according to:
https://github.com/conventional-changelog/commitlint/blob/v11.0.0/README.md#getting-started

PR: #586
This commit is contained in:
innovaker 2021-01-06 11:30:11 +00:00
parent ad1178d7dc
commit d3dc1d0174
2 changed files with 3259 additions and 3 deletions

3256
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,8 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": {}, "scripts": {},
"dependencies": {}, "devDependencies": {
"devDependencies": {} "@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0"
}
} }