Remove stale disables

This commit is contained in:
Manav Rathi
2024-04-13 18:48:44 +05:30
parent e07559c8da
commit ce642e12c1
2 changed files with 1 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ module.exports = {
"max-len": "off",
"new-cap": "off",
"no-invalid-this": "off",
"no-throw-literal": "error",
// TODO(MR): We want this off anyway, for now forcing it here
eqeqeq: "off",
"object-curly-spacing": ["error", "always"],