diff --git a/biome.jsonc b/biome.jsonc index c5eabd155f0..1f047bfbbe9 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -36,7 +36,11 @@ "useBlockStatements": "error", "useConst": "error", "useImportType": "error", - "useNamingConvention": "warn" + "useNamingConvention": { + "options": {}, + "fix": "none", + "level": "info" + } }, "suspicious": { "noDoubleEquals": "error" }, "complexity": {