The Biome config is considered invalid, because property 'options' is not allowed and options has an incorrect type, expected no value, but received an object.
Expected result
I expect to be able set options for the rule, as described by the rule source.
In this case, specifically to whitelist the "listbox" role on non-interactive ul elements, which follows ARIA's listbox example implementation, and is part of the recommended options for this rule in the rule source.
Environment information
What happened?
property 'options' is not allowed
andoptions has an incorrect type, expected no value, but received an object.
Expected result
I expect to be able set options for the rule, as described by the rule source.
In this case, specifically to whitelist the
"listbox"
role on non-interactiveul
elements, which follows ARIA's listbox example implementation, and is part of the recommended options for this rule in the rule source.Code of Conduct