From 348a18a40119a40c0f79bc193836e15d9462ec11 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Sat, 22 Jun 2024 22:09:43 +0700 Subject: [PATCH] chore: format workspace --- biome.json | 5 +++-- bots/discord/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/biome.json b/biome.json index b2a4e61..21f22fe 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.3.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.8.2/schema.json", "organizeImports": { "enabled": true }, @@ -38,6 +38,7 @@ "javascript": { "formatter": { "enabled": true, + "lineEnding": "crlf", "arrowParentheses": "asNeeded", "indentStyle": "space", "indentWidth": 4, @@ -45,7 +46,7 @@ "quoteProperties": "asNeeded", "quoteStyle": "single", "semicolons": "asNeeded", - "trailingComma": "all" + "trailingCommas": "all" } }, "files": { diff --git a/bots/discord/README.md b/bots/discord/README.md index 0b73e04..fdf73ec 100755 --- a/bots/discord/README.md +++ b/bots/discord/README.md @@ -17,7 +17,7 @@     - +