1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-02-06 23:28:21 +00:00

Enfore semicolon via eslint rules, some code cleanup

This commit is contained in:
snobu
2020-03-30 14:01:47 +03:00
parent dc400110ac
commit 5de6d1b8e6
5 changed files with 1118 additions and 144 deletions

View File

@@ -19,7 +19,10 @@
"devDependencies": {
"@types/puppeteer": "^1.20.0",
"@types/terminal-kit": "^1.28.1",
"@types/yargs": "^15.0.3"
"@types/yargs": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0"
},
"dependencies": {
"axios": "^0.19.2",