diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 08a438a..cb2ead0 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -28,6 +28,10 @@ module.exports = { "plugin:matrix-org/react", "prettier", ], + rules: { + // We're aiming to convert this code to strict mode + "@typescript-eslint/no-non-null-assertion": "off", + }, }, ], settings: {