diff --git a/.eslintrc.js b/.eslintrc.js index 200257b..d9d64f0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,6 +17,7 @@ module.exports = { }, plugins: ['@typescript-eslint'], rules: { - '@typescript-eslint/restrict-template-expressions': 'off' + '@typescript-eslint/restrict-template-expressions': 'off', + '@typescript-eslint/no-non-null-assertion': 'off' } }