summaryrefslogtreecommitdiff
path: root/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/biome.json b/biome.json
new file mode 100644
index 0000000..bcf844c
--- /dev/null
+++ b/biome.json
@@ -0,0 +1,26 @@
+{
+ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
+ "formatter": {
+ "enabled": true,
+ "indentStyle": "space",
+ "indentWidth": 4,
+ "lineWidth": 100
+ },
+ "linter": {
+ "enabled": true,
+ "rules": {
+ "recommended": true
+ }
+ },
+ "javascript": {
+ "formatter": {
+ "quoteStyle": "single",
+ "trailingCommas": "es5"
+ }
+ },
+ "json": {
+ "formatter": {
+ "indentWidth": 4
+ }
+ }
+}