Skip to content

Commit 943c2e9

Browse files
committed
test: enable @typescript-eslint/no-empty-function lint rule
This rule was previously explicitly disabled but no longer generates any lint failures when enabled.
1 parent fa9bce0 commit 943c2e9

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
@@ -104,7 +104,6 @@
104104
"no-fallthrough": "off",
105105
"no-underscore-dangle": "off",
106106
"@typescript-eslint/ban-types": "off",
107-
"@typescript-eslint/no-empty-function": "off",
108107
"@typescript-eslint/no-implied-eval": "off",
109108
"@typescript-eslint/no-var-requires": "off",
110109
"@typescript-eslint/no-unsafe-argument": "off",

0 commit comments

Comments
 (0)