-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!(wip): remove resolver-webpack, add resolver-custom-alias
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.
- Loading branch information
1 parent
f0f377b
commit c204a97
Showing
2 changed files
with
3 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters