-
-
Notifications
You must be signed in to change notification settings - Fork 20
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 for eslint-define-config
#23
Comments
Thanks @Shinigami92! ❤️ I'd love to definitely. But I also have some questions
|
@JounQin could you make a review of eslint-types/define-config-plugin-types#42 Can you especially check the settings? Also why do the rules ( |
So you've decided to not maintain the typings here right? I have a different opinion on this considering flat config support later and there will be no requirements to use: /// <reference types="@eslint-types/import" /> I didn't view all through but it should just be fine, because the most functionalities are all the same, ecpect modern deps.
Because this fork aims to be an alias actually. Imagine a user have a legacy ESLint config using The recommended usage is always: npm install -D eslint-plugin-import@npm:eslint-plugin-i@latest See also import-js/eslint-import-resolver-typescript#248 Besides, I remembered that, the setting prefix is still |
This MR can be closed. I'm thinking of deprecating |
Right now,
eslint-plugin-i
does not supporteslint-define-config
ortypescript types
at all.Does
eslint-plugin-i
want to support it natively? (This would require shipping.d.ts
files), or should I add https://github.com/eslint-types/define-config-plugin-types/tree/main/types/i (alongside https://github.com/eslint-types/define-config-plugin-types/tree/main/types/import)?Coming from vitejs/vite#15569
The text was updated successfully, but these errors were encountered: