chore: improve linting (#7244)

This commit is contained in:
Noel
2022-01-11 12:30:08 +01:00
committed by GitHub
parent ff3a8b8323
commit 16938da355
57 changed files with 527 additions and 440 deletions

View File

@@ -39,14 +39,14 @@
},
"homepage": "https://discord.js.org",
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-angular": "^16.0.0",
"@favware/npm-deprecate": "^1.0.4",
"conventional-changelog-cli": "^2.2.2",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"prettier": "^2.5.1",
"turbo": "^1.0.24"
"turbo": "1.0.24"
},
"engines": {
"node": ">=16.9.0"
@@ -70,7 +70,9 @@
"dependsOn": [
"^build"
],
"outputs": []
"outputs": [
"coverage/**"
]
},
"lint": {
"dependsOn": [