This commit is contained in:
Robin Townsend 2022-10-27 09:54:31 -04:00
parent 14a1ff7fe4
commit 18b5ae9d4a

View file

@ -28,6 +28,10 @@ module.exports = {
"plugin:matrix-org/react", "plugin:matrix-org/react",
"prettier", "prettier",
], ],
rules: {
// We're aiming to convert this code to strict mode
"@typescript-eslint/no-non-null-assertion": "off",
},
}, },
], ],
settings: { settings: {