Skip to content

Commit fb24847

Browse files
committed
test: enable @typescript-eslint/explicit-module-boundary-types lint rule
This rule was previously explicitly disabled but no longer generates any lint failures when enabled.
1 parent 741cf7f commit fb24847

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
"no-underscore-dangle": "off",
106106
"@typescript-eslint/ban-types": "off",
107107
"@typescript-eslint/no-empty-function": "off",
108-
"@typescript-eslint/explicit-module-boundary-types": "off",
109108
"@typescript-eslint/no-implied-eval": "off",
110109
"@typescript-eslint/no-var-requires": "off",
111110
"@typescript-eslint/no-unnecessary-type-assertion": "off",

0 commit comments

Comments
 (0)