Fix lint
This commit is contained in:
parent
14a1ff7fe4
commit
18b5ae9d4a
1 changed files with 4 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue