taiga-family/linters

๐Ÿš€ - consistent-type-imports

Closed this issue ยท 0 comments

Description

'@typescript-eslint/consistent-type-imports': [
                    'error',
                    {
                        prefer: 'type-imports',
                        fixStyle: 'separate-type-imports',
                        disallowTypeAnnotations: false,
                    },
                ],