chore(lint): remove more linting rules

This commit is contained in:
Max Baumann
2020-12-13 00:11:08 +01:00
parent e2ef7412a4
commit e353591a7b

View File

@@ -23,8 +23,6 @@ module.exports = {
"@typescript-eslint/no-this-alias": "warn",
"no-fallthrough": "warn",
"no-self-assign": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-empty-interface": "warn",
"@typescript-eslint/ban-types": "warn",
},