From db234a34eacedbc29bd79973fd1b3e91dbb1d4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michell=20Oca=C3=B1a?= Date: Sat, 25 May 2024 22:22:14 -0300 Subject: [PATCH] feat(lint/noLabelWithoutControl): fix option json indentation --- .../invalidCustomControlComponents.options.json | 6 +++--- .../invalidCustomLabelAttributes.options.json | 6 +++--- .../invalidCustomLabelComponents.options.json | 6 +++--- .../noLabelWithoutControl/invalidCustomOptions.options.json | 6 +++--- .../validCustomControlComponents.options.json | 6 +++--- .../validCustomLabelAttributes.options.json | 6 +++--- .../validCustomLabelComponents.options.json | 6 +++--- .../noLabelWithoutControl/validCustomOptions.options.json | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomControlComponents.options.json b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomControlComponents.options.json index 4d0973b3b331..28f9090da49a 100644 --- a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomControlComponents.options.json +++ b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomControlComponents.options.json @@ -7,9 +7,9 @@ "noLabelWithoutControl": { "level": "error", "options": { - "controlComponents": ["CustomInput"], - "labelAttributes": [], - "labelComponents": [] + "controlComponents": ["CustomInput"], + "labelAttributes": [], + "labelComponents": [] } } } diff --git a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomLabelAttributes.options.json b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomLabelAttributes.options.json index c95e5744b9cc..00575f4ef359 100644 --- a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomLabelAttributes.options.json +++ b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomLabelAttributes.options.json @@ -7,9 +7,9 @@ "noLabelWithoutControl": { "level": "error", "options": { - "controlComponents": [], - "labelAttributes": ["label"], - "labelComponents": [] + "controlComponents": [], + "labelAttributes": ["label"], + "labelComponents": [] } } } diff --git a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomLabelComponents.options.json b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomLabelComponents.options.json index 6cf763ddc487..8f4de9b70951 100644 --- a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomLabelComponents.options.json +++ b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomLabelComponents.options.json @@ -7,9 +7,9 @@ "noLabelWithoutControl": { "level": "error", "options": { - "controlComponents": [], - "labelAttributes": [], - "labelComponents": ["CustomLabel"] + "controlComponents": [], + "labelAttributes": [], + "labelComponents": ["CustomLabel"] } } } diff --git a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomOptions.options.json b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomOptions.options.json index 12726ab189df..d79c4a464c82 100644 --- a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomOptions.options.json +++ b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/invalidCustomOptions.options.json @@ -7,9 +7,9 @@ "noLabelWithoutControl": { "level": "error", "options": { - "controlComponents": ["CustomInput"], - "labelAttributes": ["label"], - "labelComponents": ["CustomLabel"] + "controlComponents": ["CustomInput"], + "labelAttributes": ["label"], + "labelComponents": ["CustomLabel"] } } } diff --git a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomControlComponents.options.json b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomControlComponents.options.json index 4d0973b3b331..28f9090da49a 100644 --- a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomControlComponents.options.json +++ b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomControlComponents.options.json @@ -7,9 +7,9 @@ "noLabelWithoutControl": { "level": "error", "options": { - "controlComponents": ["CustomInput"], - "labelAttributes": [], - "labelComponents": [] + "controlComponents": ["CustomInput"], + "labelAttributes": [], + "labelComponents": [] } } } diff --git a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomLabelAttributes.options.json b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomLabelAttributes.options.json index c95e5744b9cc..00575f4ef359 100644 --- a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomLabelAttributes.options.json +++ b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomLabelAttributes.options.json @@ -7,9 +7,9 @@ "noLabelWithoutControl": { "level": "error", "options": { - "controlComponents": [], - "labelAttributes": ["label"], - "labelComponents": [] + "controlComponents": [], + "labelAttributes": ["label"], + "labelComponents": [] } } } diff --git a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomLabelComponents.options.json b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomLabelComponents.options.json index 6cf763ddc487..8f4de9b70951 100644 --- a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomLabelComponents.options.json +++ b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomLabelComponents.options.json @@ -7,9 +7,9 @@ "noLabelWithoutControl": { "level": "error", "options": { - "controlComponents": [], - "labelAttributes": [], - "labelComponents": ["CustomLabel"] + "controlComponents": [], + "labelAttributes": [], + "labelComponents": ["CustomLabel"] } } } diff --git a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomOptions.options.json b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomOptions.options.json index 12726ab189df..d79c4a464c82 100644 --- a/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomOptions.options.json +++ b/crates/biome_js_analyze/tests/specs/nursery/noLabelWithoutControl/validCustomOptions.options.json @@ -7,9 +7,9 @@ "noLabelWithoutControl": { "level": "error", "options": { - "controlComponents": ["CustomInput"], - "labelAttributes": ["label"], - "labelComponents": ["CustomLabel"] + "controlComponents": ["CustomInput"], + "labelAttributes": ["label"], + "labelComponents": ["CustomLabel"] } } }