Add Formatting (Thank God)

This commit is contained in:
2024-08-29 15:47:58 +02:00
parent 545e47a9f3
commit 1ab45204b9
35 changed files with 2331 additions and 254 deletions

View File

@@ -5,8 +5,11 @@
"description": "Minecraft TypeScript Starter Project",
"private": true,
"devDependencies": {
"@eslint/js": "^9.9.1",
"@minecraft/server-ui": "^1.1.0",
"del": "^6.0.0",
"eslint": "^9.9.1",
"globals": "^15.9.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-rename": "^2.0.0",
@@ -17,6 +20,7 @@
"readline-sync": "^1.4.10",
"source-map": "^0.7.4",
"typescript": "^4.4.3",
"typescript-eslint": "^8.3.0",
"yargs": "^17.7.2"
},
"scripts": {