mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-17 03:44:25 +03:00
chore(lint): remove more linting rules
This commit is contained in:
@@ -23,8 +23,6 @@ module.exports = {
|
|||||||
"@typescript-eslint/no-this-alias": "warn",
|
"@typescript-eslint/no-this-alias": "warn",
|
||||||
"no-fallthrough": "warn",
|
"no-fallthrough": "warn",
|
||||||
"no-self-assign": "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/no-empty-interface": "warn",
|
||||||
"@typescript-eslint/ban-types": "warn",
|
"@typescript-eslint/ban-types": "warn",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user