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
Because ESLint is synchronous by design, while webpack and vite's config
could be asynchorous, it's neither safe nor feature-complete to read
the build tool's configuration to determine the aliases.
It's better to expose an API for the user to configure it by themself.
0 commit comments