diff --git a/ts.js b/ts.js index 55b59b2..65c23cf 100644 --- a/ts.js +++ b/ts.js @@ -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',