Skip to content

Commit

Permalink
replacedBy too
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 12, 2024
1 parent bd764ef commit 7dc88d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/rules/no-empty-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default createRule<Options, MessageIds>({
description: 'Disallow the declaration of empty interfaces',
},
deprecated: true,
replacedBy: ['@typescript-eslint/no-empty-object-type'],
fixable: 'code',
hasSuggestions: true,
messages: {
Expand Down

0 comments on commit 7dc88d7

Please sign in to comment.