From fc349890c0b8573d66afd29c28e05646a0f5ee0d Mon Sep 17 00:00:00 2001 From: mshanemc Date: Fri, 5 Apr 2024 15:38:46 -0500 Subject: [PATCH] feat: encourage type not interface --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index ae4928e..a0d304a 100644 --- a/index.js +++ b/index.js @@ -46,6 +46,7 @@ module.exports = { }, ], '@typescript-eslint/consistent-type-assertions': 'error', + '@typescript-eslint/consistent-type-definitions': ['warn', 'type'], '@typescript-eslint/explicit-function-return-type': 'error', '@typescript-eslint/explicit-member-accessibility': [ 'error',