You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are adding ESLint rules for explicit type imports/exports(#55), it has come to our attention that the import/no-duplicates rule encounters certain problems when it comes to type imports/exports(notably with prefer-inline option).
Although it is unlikely for these issues to arise based on our current configuration, we are utilizing this issue to monitor and address any potential challenges that may occur.
As we are adding ESLint rules for explicit type imports/exports(#55), it has come to our attention that the import/no-duplicates rule encounters certain problems when it comes to type imports/exports(notably with
prefer-inline
option).Although it is unlikely for these issues to arise based on our current configuration, we are utilizing this issue to monitor and address any potential challenges that may occur.
{"prefer-inline": true}
does not work import-js/eslint-plugin-import#2715import/no-duplicates
import-js/eslint-plugin-import#1479The text was updated successfully, but these errors were encountered: