mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 03:26:59 +03:00
add eslint rule for no-console
This commit is contained in:
@@ -27,5 +27,6 @@ module.exports = {
|
||||
"indent": ["warn", 4, { "SwitchCase": 1 }],
|
||||
"object-curly-spacing": ["warn", "always"],
|
||||
"require-await": "warn",
|
||||
"no-console": "error"
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user