diff --git a/biome.json b/biome.json index 088120247..fccffebc6 100644 --- a/biome.json +++ b/biome.json @@ -42,11 +42,10 @@ "useTemplate": "off" }, "suspicious": { + "noArrayIndexKey": "off", "noConfusingVoidType": "off", "noMisleadingCharacterClass": "off", - "noShadowRestrictedNames": "off", - - "noArrayIndexKey": "off" + "noShadowRestrictedNames": "off" } } }