ADD: Loading window & vite-eslint

This commit is contained in:
Robert Kossessa
2024-02-07 17:41:45 +01:00
parent b957c11526
commit 9ce9fe434a
12 changed files with 248 additions and 79 deletions

View File

@@ -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": {