chore-qa (#4)

Reviewed-on: https://git.t000-n.de/tbehrendt/ts3gotify/pulls/4
This commit is contained in:
2022-12-11 21:11:01 +00:00
parent 1605ad7c96
commit e07373667f
7 changed files with 4714 additions and 3 deletions

View File

@@ -1,9 +1,15 @@
{
"scripts": {
"build": "npx tsc"
"build": "npx tsc",
"check:code": "eslint src/ --ext .ts",
"check:spell": "cspell --config cspell.code.json **/*.ts"
},
"devDependencies": {
"@types/ts3-nodejs-library": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"cspell": "^6.17.0",
"eslint": "^8.29.0",
"typescript": "^4.9.3"
},
"dependencies": {