diff --git a/config.json b/config.json index 48727c1..f1c944a 100644 --- a/config.json +++ b/config.json @@ -179,6 +179,14 @@ "SwitchCase": 1 } ], + "jsx-a11y/label-has-for": [ + "error", + { + "components": [ "Label" ], + "required": { "some": [ "nesting", "id" ] }, + "allowChildren": false + } + ], "jsx-quotes": [ "error", "prefer-double"