mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
chore(lint): remove eslint rule
This commit is contained in:
@@ -21,7 +21,6 @@ module.exports = {
|
|||||||
rules: {
|
rules: {
|
||||||
// TODO: Remove warn rules when not needed anymore
|
// TODO: Remove warn rules when not needed anymore
|
||||||
"@typescript-eslint/no-this-alias": "warn",
|
"@typescript-eslint/no-this-alias": "warn",
|
||||||
"no-fallthrough": "warn",
|
|
||||||
"no-self-assign": "warn",
|
"no-self-assign": "warn",
|
||||||
"@typescript-eslint/no-empty-interface": "warn",
|
"@typescript-eslint/no-empty-interface": "warn",
|
||||||
"@typescript-eslint/ban-types": "warn",
|
"@typescript-eslint/ban-types": "warn",
|
||||||
|
|||||||
Reference in New Issue
Block a user