aboutsummaryrefslogtreecommitdiffstats
path: root/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/biome.json b/biome.json
index 0e7563225..c161d69fe 100644
--- a/biome.json
+++ b/biome.json
@@ -4,7 +4,7 @@
4 "enabled": false 4 "enabled": false
5 }, 5 },
6 "organizeImports": { 6 "organizeImports": {
7 "enabled": false 7 "enabled": true
8 }, 8 },
9 "linter": { 9 "linter": {
10 "ignore": ["build", "coverage", "node_modules", "recipes", "*.json"], 10 "ignore": ["build", "coverage", "node_modules", "recipes", "*.json"],
@@ -23,7 +23,9 @@
23 "suspicious": { 23 "suspicious": {
24 "noEmptyInterface": "off", 24 "noEmptyInterface": "off",
25 "noExplicitAny": "off", 25 "noExplicitAny": "off",
26 "noArrayIndexKey": "off" 26 "noImplicitAnyLet": "off",
27 "noArrayIndexKey": "off",
28 "noThenProperty": "off"
27 }, 29 },
28 "performance": { 30 "performance": {
29 "noDelete": "off" 31 "noDelete": "off"