chore: add commitlint

This commit is contained in:
Christopher Willis-Ford 2022-06-02 10:08:43 -07:00
parent 5266c84c0e
commit dfd70e06c7
3 changed files with 3819 additions and 18 deletions

3
commitlint.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional']
};

3832
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -53,6 +53,8 @@
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/preset-env": "7.14.8",
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"adm-zip": "0.4.11",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",