Switch to eslint and fix issues

This commit is contained in:
hensm
2021-04-26 05:36:55 +01:00
parent 2d0fa4c844
commit d478742c4b
100 changed files with 1537 additions and 608 deletions

View File

@@ -26,13 +26,15 @@
"@types/semver": "^7.3.4",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"jasmine-console-reporter": "^3.1.0",
"minimist": "^1.2.5",
"selenium-webdriver": "^4.0.0-beta.1",
"semver": "^7.3.4",
"tslint": "^6.1.3",
"typescript": "^4.1.5",
"uuid": "^8.3.2",
"ws": "^7.4.3"