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.
2 parents a50a31a + 7bbc89a commit 882f4edCopy full SHA for 882f4ed
lib/configs/typescript.js
@@ -6,6 +6,7 @@ module.exports = {
6
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
7
'@typescript-eslint/no-use-before-define': 'off',
8
'@typescript-eslint/explicit-member-accessibility': 'off',
9
- '@typescript-eslint/explicit-function-return-type': 'off'
+ '@typescript-eslint/explicit-function-return-type': 'off',
10
+ '@typescript-eslint/no-non-null-assertion': 'off'
11
}
12
0 commit comments