Skip to content

Commit

Permalink
test: enable @typescript-eslint/explicit-module-boundary-types lint…
Browse files Browse the repository at this point in the history
… rule

This rule was previously explicitly disabled but no longer generates any
lint failures when enabled.
  • Loading branch information
clydin committed Jun 25, 2024
1 parent 741cf7f commit fb24847
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"no-underscore-dangle": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-implied-eval": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off",
Expand Down

0 comments on commit fb24847

Please sign in to comment.