From 5a2c6237ea972348b915e97869af4453856cf9cf Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 29 Apr 2021 19:07:41 +0100 Subject: [PATCH] Update eslint config --- .eslintrc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintrc.js b/.eslintrc.js index 47dd990..733edac 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -41,6 +41,8 @@ module.exports = { 'no-prototype-builtins': 'off', 'no-plusplus': 'off', '@typescript-eslint/no-use-before-define': 'off', + '@typescript-eslint/no-non-null-asserted-optional-chain': 0, + '@typescript-eslint/no-non-null-assertion': 0, 'react/prop-types': 'off', 'react/react-in-jsx-scope': 'off', 'react/self-closing-comp': 0,