Skip to content

Commit

Permalink
feat(lint/noLabelWithoutControl): fix option json indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
michellocana committed May 26, 2024
1 parent 995297e commit db234a3
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"noLabelWithoutControl": {
"level": "error",
"options": {
"controlComponents": ["CustomInput"],
"labelAttributes": [],
"labelComponents": []
"controlComponents": ["CustomInput"],
"labelAttributes": [],
"labelComponents": []
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"noLabelWithoutControl": {
"level": "error",
"options": {
"controlComponents": [],
"labelAttributes": ["label"],
"labelComponents": []
"controlComponents": [],
"labelAttributes": ["label"],
"labelComponents": []
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"noLabelWithoutControl": {
"level": "error",
"options": {
"controlComponents": [],
"labelAttributes": [],
"labelComponents": ["CustomLabel"]
"controlComponents": [],
"labelAttributes": [],
"labelComponents": ["CustomLabel"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"noLabelWithoutControl": {
"level": "error",
"options": {
"controlComponents": ["CustomInput"],
"labelAttributes": ["label"],
"labelComponents": ["CustomLabel"]
"controlComponents": ["CustomInput"],
"labelAttributes": ["label"],
"labelComponents": ["CustomLabel"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"noLabelWithoutControl": {
"level": "error",
"options": {
"controlComponents": ["CustomInput"],
"labelAttributes": [],
"labelComponents": []
"controlComponents": ["CustomInput"],
"labelAttributes": [],
"labelComponents": []
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"noLabelWithoutControl": {
"level": "error",
"options": {
"controlComponents": [],
"labelAttributes": ["label"],
"labelComponents": []
"controlComponents": [],
"labelAttributes": ["label"],
"labelComponents": []
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"noLabelWithoutControl": {
"level": "error",
"options": {
"controlComponents": [],
"labelAttributes": [],
"labelComponents": ["CustomLabel"]
"controlComponents": [],
"labelAttributes": [],
"labelComponents": ["CustomLabel"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"noLabelWithoutControl": {
"level": "error",
"options": {
"controlComponents": ["CustomInput"],
"labelAttributes": ["label"],
"labelComponents": ["CustomLabel"]
"controlComponents": ["CustomInput"],
"labelAttributes": ["label"],
"labelComponents": ["CustomLabel"]
}
}
}
Expand Down

0 comments on commit db234a3

Please sign in to comment.