Get rid of removed typescript-eslint rules

This commit is contained in:
Daniel Imms
2020-08-28 20:41:50 -07:00
parent 83ece031a7
commit 5d61956aff
3 changed files with 178 additions and 240 deletions
-5
View File
@@ -40,7 +40,6 @@
"readonly": "generic"
}
],
"@typescript-eslint/class-name-casing": "warn",
"@typescript-eslint/consistent-type-definitions": "warn",
"@typescript-eslint/explicit-function-return-type": [
"warn",
@@ -61,10 +60,6 @@
"warn",
2
],
"@typescript-eslint/interface-name-prefix": [
"warn",
"always"
],
"@typescript-eslint/member-delimiter-style": [
"warn",
{
+5 -4
View File
@@ -46,11 +46,11 @@
"@types/utf8": "^2.1.6",
"@types/webpack": "^4.41.21",
"@types/ws": "^7.2.6",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"chai": "^4.2.0",
"deep-equal": "^2.0.3",
"eslint": "^6.8.0",
"eslint": "^7.7.0",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"glob": "^7.0.5",
@@ -68,5 +68,6 @@
"webpack-cli": "^3.3.12",
"ws": "^7.3.1",
"xterm-benchmark": "^0.1.3"
}
},
"dependencies": {}
}
+173 -231
View File
File diff suppressed because it is too large Load Diff