diff options
Diffstat (limited to '')
-rw-r--r-- | frontend/.eslintrc.cjs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/.eslintrc.cjs b/frontend/.eslintrc.cjs index c204ebe..352fa79 100644 --- a/frontend/.eslintrc.cjs +++ b/frontend/.eslintrc.cjs @@ -34,7 +34,8 @@ module.exports = { '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-call': 'off', '@typescript-eslint/no-unsafe-enum-comparison': 'off', - '@typescript-eslint/no-unsafe-member-access': 'off' + '@typescript-eslint/no-unsafe-member-access': 'off', + 'no-undef': 'off' } }, { |