0
0
mirror of https://github.com/Maks1mS/free-ozon-dpr.git synced 2025-12-18 17:09:53 +03:00

chore: improve ux and dx (#1)

* move to src

* hide popup at startup

* add eslint
This commit is contained in:
2024-06-08 20:18:09 +03:00
committed by GitHub
parent ccdce54b73
commit deeed2e2ef
12 changed files with 930 additions and 11 deletions

View File

@@ -6,9 +6,13 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"lint": "eslint"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"eslint": "^9.4.0",
"globals": "^15.4.0",
"vite": "^5.2.0",
"vite-plugin-radar": "^0.9.6",
"vite-plugin-webfont-dl": "^3.9.4"