updated eslint config + reformat files

This commit is contained in:
Resi Respati
2020-07-15 13:07:28 +07:00
parent e1ad00045a
commit f70f624dec
4 changed files with 136 additions and 157 deletions

View File

@@ -41,13 +41,14 @@
"@types/screeps": "^3.1.0",
"@types/sinon": "^5.0.5",
"@types/sinon-chai": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"@typescript-eslint/typescript-estree": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"@typescript-eslint/typescript-estree": "^3.6.1",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.20.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.1",
"lodash": "^3.10.1",
"mocha": "^5.2.0",