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 bd448b7 commit bf186fbCopy full SHA for bf186fb
src/index.js
@@ -25,6 +25,13 @@ const recommended = {
25
'unicorn/no-await-expression-member': 'off',
26
'@typescript-eslint/no-duplicate-type-constituents': 'off',
27
'new-cap': 'off',
28
+ '@typescript-eslint/no-non-null-assertion': 'off',
29
+ '@typescript-eslint/require-await': 'off',
30
+ '@typescript-eslint/no-unsafe-member-access': 'off',
31
+ '@typescript-eslint/no-unsafe-call': 'off',
32
+ '@typescript-eslint/no-unsafe-return': 'off',
33
+ '@typescript-eslint/no-unsafe-argument': 'off',
34
+ 'no-await-in-loop': 'off',
35
camelcase: 'warn',
36
},
37
env: {
0 commit comments