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 @@     - +