Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consistent type export/import #249

Closed
alagunoff opened this issue Aug 25, 2023 · 6 comments
Closed

consistent type export/import #249

alagunoff opened this issue Aug 25, 2023 · 6 comments

Comments

@alagunoff
Copy link

Hi. Why do you have these rules off?
image

@meteorlxy
Copy link
Collaborator

meteorlxy commented Aug 25, 2023

Hi, this repo is inactively maintained, so some new rules are turned off by default.

It does not mean that we don't recommend to use those new rules. For now you need to turn them on in your own project.


BTW, I personally love this rule so I turned it on in my personal eslint config.

I also suggest to turn on no-import-type-side-effects and import/consistent-type-specifier-style together

@alagunoff
Copy link
Author

Oh, thanks for the reply. I also love import plugin and will check suggested rules. Why is this project inactively maintained? I just came across your config and liked it very much) Especially your way of keeping it up-to date but hearing these news is bad.

@xcatliu
Copy link
Member

xcatliu commented Aug 28, 2023

@alagunoff Thanks for the suggestion, this rule should be turned on.

This repo is under maintenance and new versions are released every month.

@xcatliu
Copy link
Member

xcatliu commented Aug 28, 2023

Published in 5.1.2

@xcatliu
Copy link
Member

xcatliu commented Aug 28, 2023

The reason this rule was not enabled before is that the rule was "typeinfo required" before. Now it is not "typeinfo requered", so it can be enabled now.

@meteorlxy
Copy link
Collaborator

meteorlxy commented Aug 28, 2023

This repo is under maintenance and new versions are released every month.

Happy to hear that 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants