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

Support eslint flat config #29

Open
silverwind opened this issue Mar 9, 2024 · 2 comments
Open

Support eslint flat config #29

silverwind opened this issue Mar 9, 2024 · 2 comments

Comments

@silverwind
Copy link

Likely depends on import-js#2556 but it's good to track nonetheless.

Ref: eslint/eslint#18093

@JounQin
Copy link
Member

JounQin commented Mar 13, 2024

eslint-plugin-i is now eslint-plugin-import-x.

I'm focusing on TypeScript migration first, see also #41.

After that, I'll start working on new features like supporting flat config.

@meteorlxy
Copy link

meteorlxy commented Mar 18, 2024

Just to mention, some rules will break when using flat config. See this comment

In brief, eslint will fail to use eslint.config.js as config file after enabling import/no-unused-modules with unusedExports: true

Related issues:

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