mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.6",
|
|
"prettier": "^3.9.6"
|
|
},
|
|
"scripts": {
|
|
"tgui:fix": "biome check --write --unsafe tgui",
|
|
"tgui:lint": "biome lint tgui"
|
|
}
|
|
}
|