summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biome.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/biome.json b/biome.json
index d3d01f78d..b46d0694f 100644
--- a/biome.json
+++ b/biome.json
@@ -1,15 +1,15 @@
{
- "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
+ "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"files": {
"include": ["*.test.js"],
"ignore": ["vendor"]
},
- "organizeImports": {
- "enabled": true
- },
- "linter": {
- "enabled": false
- },
+ "organizeImports": {
+ "enabled": true
+ },
+ "linter": {
+ "enabled": false
+ },
"formatter": {
"enabled": false
}