MOBILE-3855 eslint: Change no-non-null-assertion to warn
parent
a26bbe5cfb
commit
a46b3daef8
|
@ -126,7 +126,7 @@ const appConfig = {
|
||||||
ignoreParameters: true,
|
ignoreParameters: true,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'@typescript-eslint/no-non-null-assertion': 'off',
|
'@typescript-eslint/no-non-null-assertion': 'warn',
|
||||||
'@typescript-eslint/no-redeclare': 'error',
|
'@typescript-eslint/no-redeclare': 'error',
|
||||||
'@typescript-eslint/no-this-alias': 'error',
|
'@typescript-eslint/no-this-alias': 'error',
|
||||||
'@typescript-eslint/no-unused-vars': 'error',
|
'@typescript-eslint/no-unused-vars': 'error',
|
||||||
|
|
Loading…
Reference in New Issue