match sponsorblock warn rules

This commit is contained in:
Michael C
2021-07-03 22:51:26 -04:00
parent 28341fc1f3
commit 401be9d9fa

View File

@@ -16,14 +16,7 @@ module.exports = {
plugins: ["@typescript-eslint"],
rules: {
// TODO: Remove warn rules when not needed anymore
"@typescript-eslint/no-this-alias": "warn",
"no-self-assign": "warn",
"@typescript-eslint/no-empty-interface": "warn",
"@typescript-eslint/ban-types": "warn",
},
settings: {
react: {
version: "detect",
},
"no-self-assign": "off",
"@typescript-eslint/no-empty-interface": "off",
},
};