From 756346ef0c4b78dd393083bbc55f6696af000687 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Wed, 29 Nov 2023 00:55:43 +0700 Subject: [PATCH] chore: change biome config --- biome.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/biome.json b/biome.json index c175a5e..55c5157 100644 --- a/biome.json +++ b/biome.json @@ -15,6 +15,9 @@ "style": { "noNonNullAssertion": { "level": "off" + }, + "useEnumInitializers": { + "level": "off" } } } @@ -32,6 +35,7 @@ "arrowParentheses": "asNeeded", "indentStyle": "space", "indentWidth": 4, + "lineWidth": 120, "quoteProperties": "asNeeded", "quoteStyle": "single", "semicolons": "asNeeded",