Update eslint.

This commit is contained in:
Daniel Scalzi
2020-05-29 22:35:45 -04:00
parent 00842c9dff
commit 87e5299af6
8 changed files with 210 additions and 233 deletions

View File

@@ -28,11 +28,11 @@
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/fs-extra": "^9.0.1",
"@types/node": "^12.12.41",
"@types/node": "^12.12.42",
"@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"rimraf": "^3.0.2",
"typescript": "^3.9.3"
},