diff --git a/eslint.config.mjs b/eslint.config.mjs index a5583896..b7052572 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -50,11 +50,6 @@ export default [ }, }, rules: { - // TODO: Remove this rule when the issue is fixed. - // https://github.com/eslint/eslint/issues/19134 - "@typescript-eslint/no-unused-expressions": "off", - "@typescript-eslint/no-empty-function": "off", - "jsdoc/require-jsdoc": "error", "no-warning-comments": "warn", "no-lonely-if": "off",