test: enable @typescript-eslint/no-empty-function lint rule

This rule was previously explicitly disabled but no longer generates any
lint failures when enabled.
This commit is contained in:
Charles Lyding 2024-06-25 12:36:31 -04:00 committed by Charles
parent fa9bce0e9a
commit 943c2e9b00

View File

@ -104,7 +104,6 @@
"no-fallthrough": "off",
"no-underscore-dangle": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-implied-eval": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-unsafe-argument": "off",