Skip to content

Commit c2de700

Browse files
committed
chore: Oops, re-disable explicit-module-boundary-types lint warning
1 parent 880fe57 commit c2de700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ rules:
2424
no-var: error
2525
prefer-const: [warn, destructuring: all]
2626
'@typescript-eslint/ban-ts-comment': off
27+
'@typescript-eslint/explicit-module-boundary-types': off
2728
'@typescript-eslint/no-explicit-any': off
2829
'@typescript-eslint/no-namespace': off
2930
'@typescript-eslint/no-unused-vars': [warn, argsIgnorePattern: '^_']

0 commit comments

Comments
 (0)