File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ npm install --save-dev eslint-import-resolver-vite
9
9
```
10
10
11
11
12
- ### Config Options
13
- - ** viteConfig** : The Vite config object.
14
- - Required: Yes
15
- - Type: object
16
-
17
-
18
12
### How to use
19
13
20
14
#### Vite config file
@@ -37,7 +31,7 @@ module.exports = {
37
31
settings: {
38
32
" import/resolver" : {
39
33
vite: {
40
- viteConfig: require (" ./vite.config" ).viteConfigObj ,
34
+ viteConfig: require (" ./vite.config" ).viteConfigObj , // named export of the Vite config object.
41
35
}
42
36
}
43
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-import-resolver-vite" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Vite module resolution plugin for eslint-plugin-import." ,
5
5
"keywords" : [
6
6
" eslint" ,
You can’t perform that action at this time.
0 commit comments