chore(lint): remove eslint rule

This commit is contained in:
Max Baumann 2020-12-13 21:19:39 +01:00
parent 042f2eb4e8
commit bdcfec38c2
No known key found for this signature in database
GPG key ID: 82EEA14C1523D1BB

View file

@ -21,7 +21,6 @@ module.exports = {
rules: {
// TODO: Remove warn rules when not needed anymore
"@typescript-eslint/no-this-alias": "warn",
"no-fallthrough": "warn",
"no-self-assign": "warn",
"@typescript-eslint/no-empty-interface": "warn",
"@typescript-eslint/ban-types": "warn",