Skip to content

Commit 2337f08

Browse files
authored
Merge pull request #14 from Datapack-Hub/dev
Changes amirite
2 parents 357cde7 + 74a2b8d commit 2337f08

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+5293
-1196
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
test-results
12
.DS_Store
23
node_modules
34
/build

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"singleQuote": false,
44
"trailingComma": "all",
55
"printWidth": 80,
6-
"plugins": ["prettier-plugin-svelte"],
6+
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"],
77
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
88
"semi": true,
99
"bracketSameLine": true,

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"oxc.enable": true
3+
}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Minecraft Text Editor
2+
23
This is an online Minecraft Text Component WYSIWYG editor, updated for modern versions, and easy-to-use, written in SvelteKit and TypeScript.
34

45
![image](https://github.com/user-attachments/assets/2c16718a-c8dd-49cc-9eb5-90167834e76e)
56

6-
## Conribution
7+
## Contribution
8+
79
Do not bother.

bun.lock

Lines changed: 304 additions & 70 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)