We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 550461b + f72d641 commit ab1b635Copy full SHA for ab1b635
README.md
@@ -1,8 +1,11 @@
1
# eslint-import-resolver-vite
2
3
-Vite module resolution plugin for `eslint-plugin-import`.
+Vite module resolution plugin for `eslint-plugin-import`. This plugin will resolve the `resolve.alias` option.
4
5
-This plugin will resolve the `resolve.alias` option.
+> #### Version `2.0.0-beta.1` is available. See [what's changed](https://github.com/pzmosquito/eslint-import-resolver-vite/releases/tag/2.0.0-beta.1).
6
+> ```sh
7
+> npm install --save-dev [email protected]
8
+> ```
9
10
### Installation
11
```sh
0 commit comments