Added rome to frontend
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user