aboutsummaryrefslogtreecommitdiff
path: root/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/biome.json b/biome.json
index 9519c53e..5dc4d50f 100644
--- a/biome.json
+++ b/biome.json
@@ -1,5 +1,5 @@
{
- "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
"assist": {
"actions": {
"source": {
@@ -39,7 +39,7 @@
"javascript": {
"formatter": {
"quoteStyle": "double",
- "semicolons": "asNeeded"
+ "semicolons": "always"
}
},
"linter": {
@@ -58,7 +58,7 @@
"ignoreRestSiblings": true
}
},
- "useExhaustiveDependencies": "warn",
+ "useExhaustiveDependencies": "off",
"noUnusedImports": "warn"
},
"recommended": true,