diff --git a/desktop/.eslintrc.js b/desktop/.eslintrc.js index 5750af45e..3f6c79bf9 100644 --- a/desktop/.eslintrc.js +++ b/desktop/.eslintrc.js @@ -220,6 +220,7 @@ module.exports = { leadingUnderscore: 'allow', }, ], + '@typescript-eslint/no-non-null-assertion': 'warn', }, }, {