ADD: Loading window & vite-eslint
This commit is contained in:
@@ -61,7 +61,8 @@
|
||||
"postcss": "^8.4.33",
|
||||
"postcss-loader": "^8.0.0",
|
||||
"prettier": "3.2.4",
|
||||
"tailwindcss": "^3.4.1"
|
||||
"tailwindcss": "^3.4.1",
|
||||
"vite-plugin-eslint": "^1.8.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
@@ -113,6 +114,12 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"globals": {
|
||||
"MAIN_WINDOW_VITE_DEV_SERVER_URL": "readonly",
|
||||
"MAIN_WINDOW_VITE_NAME": "readonly",
|
||||
"LOADING_WINDOW_VITE_DEV_SERVER_URL": "readonly",
|
||||
"LOADING_WINDOW_VITE_NAME": "readonly"
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
|
||||
Reference in New Issue
Block a user