feat: add evga (#17) (#18)

This commit is contained in:
Jef LeCompte
2020-09-18 09:43:51 -04:00
committed by GitHub
parent efe799b8b9
commit 6c6503219f
7 changed files with 47 additions and 884 deletions
-13
View File
@@ -28,24 +28,11 @@
"winston": "^3.3.3"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/node": "^14.11.1",
"@types/nodemailer": "^6.4.0",
"@types/puppeteer": "^3.0.2",
"husky": "^4.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.0.2",
"xo": "^0.33.1"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}