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.
@typescript-eslint/no-non-null-assertion
1 parent 485636f commit 47f6310Copy full SHA for 47f6310
configurations/typescript/rules/typescript.js
@@ -395,7 +395,7 @@ module.exports = {
395
396
// Disallows non-null assertions using the `!` postfix operator
397
// https://typescript-eslint.io/rules/no-non-null-assertion
398
- '@typescript-eslint/no-non-null-assertion': 'error',
+ '@typescript-eslint/no-non-null-assertion': 'off',
399
400
// Disallow variable re-declaration
401
// https://typescript-eslint.io/rules/no-redeclare
0 commit comments