🚨 front: tolerate non-null assertions

Fight me on this !
This commit is contained in:
Eric Doughty-Papassideris
2024-11-11 00:52:16 +01:00
committed by ericlinagora
parent 26ca1be629
commit a2840f16ec
+1
View File
@@ -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',