diff --git a/.prettierrc b/.prettierrc index d910eb3..18dae0c 100644 --- a/.prettierrc +++ b/.prettierrc @@ -9,7 +9,6 @@ "tabWidth": 2, "useTabs": false, "bracketSpacing": true, - "svelteBracketNewLine": true, "plugins": ["prettier-plugin-svelte"], "overrides": [ { diff --git a/README.md b/README.md index 94b719a..a68a70d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # EZPPLauncher Tauri -Trying to recode this shit with tauri, kms \ No newline at end of file +Trying to recode this shit with tauri, kms diff --git a/components.json b/components.json index f822e81..44c93df 100644 --- a/components.json +++ b/components.json @@ -1,16 +1,16 @@ { - "$schema": "https://next.shadcn-svelte.com/schema.json", - "tailwind": { - "css": "src\\app.css", - "baseColor": "gray" - }, - "aliases": { - "components": "$lib/components", - "utils": "$lib/utils", - "ui": "$lib/components/ui", - "hooks": "$lib/hooks", - "lib": "$lib" - }, - "typescript": true, - "registry": "https://tw3.shadcn-svelte.com/registry/default" + "$schema": "https://next.shadcn-svelte.com/schema.json", + "tailwind": { + "css": "src\\app.css", + "baseColor": "gray" + }, + "aliases": { + "components": "$lib/components", + "utils": "$lib/utils", + "ui": "$lib/components/ui", + "hooks": "$lib/hooks", + "lib": "$lib" + }, + "typescript": true, + "registry": "https://tw3.shadcn-svelte.com/registry/default" } diff --git a/postcss.config.js b/postcss.config.js index ba80730..2aa7205 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ export default { plugins: { tailwindcss: {}, - autoprefixer: {} - } + autoprefixer: {}, + }, }; diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index ef9c2c1..786384c 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -2,9 +2,7 @@ "$schema": "../gen/schemas/desktop-schema.json", "identifier": "default", "description": "Capability for the main window", - "windows": [ - "main" - ], + "windows": ["main"], "permissions": [ "core:default", "shell:allow-open", @@ -75,4 +73,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3a901b9..cc511c4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -36,4 +36,4 @@ "icons/icon.ico" ] } -} \ No newline at end of file +} diff --git a/src/app.html b/src/app.html index 934dd18..175adf5 100644 --- a/src/app.html +++ b/src/app.html @@ -1,15 +1,13 @@ +
+ + +