Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

feat: Enable @typescript-eslint/consistent-type-exports #164

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

samchungy
Copy link
Contributor

Allows auto resolution of these errors which can occur since we enabled isolatedModules:

error TS1205: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.

@samchungy samchungy requested review from a team as code owners November 9, 2022 23:04
Copy link
Member

@72636c 72636c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I was looking for this rule!

@72636c 72636c changed the title enable @typescript-eslint/consistent-type-exports feat: Enable @typescript-eslint/consistent-type-exports Nov 9, 2022
@72636c 72636c merged commit 6aaa998 into master Nov 9, 2022
@72636c 72636c deleted the consitent-type-exports branch November 9, 2022 23:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants