aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorMax Baumann <[email protected]>2020-12-14 23:37:35 +0100
committerMax Baumann <[email protected]>2020-12-14 23:37:35 +0100
commit5d0559aebd4fead6c4e8ee9725ff25d859ef59c0 (patch)
tree2972ac68e51ba0af7f44f1d0ebe6d2d8677df71a /.eslintrc.js
parent70667a43d74a3cbeea3dd8f2d66f8a23f6ad0ffe (diff)
downloadSponsorBlock-5d0559aebd4fead6c4e8ee9725ff25d859ef59c0.tar.gz
SponsorBlock-5d0559aebd4fead6c4e8ee9725ff25d859ef59c0.zip
refactor: remove dead code, add more types
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index ad68956e..3ea331c5 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -21,8 +21,8 @@ module.exports = {
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",
+ "no-self-assign": "off",
+ "@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/ban-types": "warn",
},
settings: {