From 291876985cf6e139889a168e68d592212843d118 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 13 Nov 2025 17:36:54 +0800 Subject: [PATCH] Setup biome --- biome.jsonc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 biome.jsonc diff --git a/biome.jsonc b/biome.jsonc new file mode 100644 index 0000000..dc21802 --- /dev/null +++ b/biome.jsonc @@ -0,0 +1,22 @@ +{ + "formatter": { + "semicolons": "asNeeded", + "indentStyle": "space", + "lineWidth": 500, + "bracketSpacing": true, + "quoteStyle": "single", + "trailingCommas": "es5", + "quoteProperties": "preserve" + }, + "javascript": { + "formatter": { + "quoteStyle": "single", + "lineWidth": 500 + } + }, + "json": { + "formatter": { + "enabled": false + } + } +} \ No newline at end of file