Skip to content

Commit

Permalink
Add @typescript-eslint/no-empty-object-type rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 26, 2024
1 parent 1f4d5ce commit 55a6984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default [
],
'@typescript-eslint/no-confusing-void-expression': 'error',
'@typescript-eslint/no-dupe-class-members': 'error',
'@typescript-eslint/no-empty-interface': 'error',
'@typescript-eslint/no-empty-object-type': 'error',
'@typescript-eslint/no-explicit-any': 'error',
'@typescript-eslint/no-for-in-array': 'error',
'@typescript-eslint/no-import-type-side-effects': 'error',
Expand Down

0 comments on commit 55a6984

Please sign in to comment.