We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880fe57 commit c2de700Copy full SHA for c2de700
.eslintrc.yaml
@@ -24,6 +24,7 @@ rules:
24
no-var: error
25
prefer-const: [warn, destructuring: all]
26
'@typescript-eslint/ban-ts-comment': off
27
+ '@typescript-eslint/explicit-module-boundary-types': off
28
'@typescript-eslint/no-explicit-any': off
29
'@typescript-eslint/no-namespace': off
30
'@typescript-eslint/no-unused-vars': [warn, argsIgnorePattern: '^_']
0 commit comments