Skip to content

Commit 5f27873

Browse files
committed
Enforce using type aliases instead of interfaces
1 parent 149e11e commit 5f27873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/configs/eslint/src/eslint.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] = config(
114114
{ allowDeclarations: true, allowDefinitionFiles: true },
115115
],
116116
'@typescript-eslint/ban-ts-comment': [0],
117+
'@typescript-eslint/consistent-type-definitions': [2, 'type'],
117118
'sort-imports': [
118119
2,
119120
{

0 commit comments

Comments
 (0)