We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50eb407 commit fa1eb53Copy full SHA for fa1eb53
.eslintrc.js
@@ -50,6 +50,7 @@ module.exports = {
50
'no-useless-constructor': 'off',
51
'@typescript-eslint/no-useless-constructor': 'off',
52
'@typescript-eslint/no-parameter-properties': 'off',
53
+ '@typescript-eslint/no-non-null-assertion': 'off',
54
'@typescript-eslint/consistent-type-assertions': [
55
'error',
56
{
0 commit comments