From 4e0a6bd5416cea014621a434a80e0bb92b9e6c82 Mon Sep 17 00:00:00 2001 From: faridevnz Date: Thu, 31 Oct 2024 15:36:59 +0100 Subject: [PATCH] chore: replace no-empty-interface with no-empty-object-type --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 9ff8711..a6cf3a7 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -19,7 +19,7 @@ module.exports = [ rules: { '@typescript-eslint/array-type': 'error', '@typescript-eslint/no-explicit-any': 'warn', - '@typescript-eslint/no-empty-interface': 'error', + '@typescript-eslint/no-empty-object-type': 'error', '@typescript-eslint/no-import-type-side-effects': 'error', '@typescript-eslint/explicit-function-return-type': 'error',