From a2840f16ecb7d4f6f1ab5135f4dc8f9386af367c Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Mon, 11 Nov 2024 00:52:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20front:=20tolerate=20non-null=20a?= =?UTF-8?q?ssertions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fight me on this ! --- tdrive/frontend/.eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tdrive/frontend/.eslintrc.js b/tdrive/frontend/.eslintrc.js index 3318823e..746f5be3 100644 --- a/tdrive/frontend/.eslintrc.js +++ b/tdrive/frontend/.eslintrc.js @@ -31,6 +31,7 @@ module.exports = { '@typescript-eslint/no-this-alias': 'warn', 'react/prop-types': 'warn', 'no-useless-escape': 'warn', + '@typescript-eslint/no-non-null-assertion': 'off', '@typescript-eslint/no-empty-function': 'warn', '@typescript-eslint/ban-types': 'warn', '@typescript-eslint/ban-ts-comment': 'warn',