diff --git a/docs/rules/no-redundant-roles.md b/docs/rules/no-redundant-roles.md index ab64c6364..83d1f14ad 100644 --- a/docs/rules/no-redundant-roles.md +++ b/docs/rules/no-redundant-roles.md @@ -9,10 +9,11 @@ The default options for this rule allow an implicit role of `navigation` to be a ```js { 'jsx-a11y/no-redundant-roles': [ - 'error', - { - nav: ['navigation'], - }, + 'error', + { + nav: ['navigation'], + }, + ], } ```