Added rome to frontend

This commit is contained in:
2023-03-03 16:49:55 +01:00
parent da00ecf8c1
commit 39d2dc6efb
3 changed files with 77 additions and 1 deletions

View File

@@ -5,9 +5,12 @@
"type": "module",
"scripts": {
"dev": " tsc && vite build --watch",
"build": "tsc && vite build"
"build": "tsc && vite build",
"lint": "rome check .",
"format": "rome format . --write"
},
"devDependencies": {
"rome": "^11.0.0",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-singlefile": "^0.13.3"