Remove workaround for linter crash

This commit is contained in:
Robin
2023-10-12 11:56:01 -04:00
parent 2985e06a41
commit b09d8ce8c2

View File

@@ -36,7 +36,6 @@ module.exports = {
rules: {
"matrix-org/require-copyright-header": ["error", COPYRIGHT_HEADER],
"jsx-a11y/media-has-caption": "off",
"deprecate/import": "off", // Disabled because it crashes the linter
// We should use the js-sdk logger, never console directly.
"no-console": ["error"],
},