diff --git a/docs/rules/attribute-hyphenation.md b/docs/rules/attribute-hyphenation.md index 5a1ff4155..b6a4915c2 100644 --- a/docs/rules/attribute-hyphenation.md +++ b/docs/rules/attribute-hyphenation.md @@ -18,10 +18,10 @@ This rule enforces using hyphenated attribute names on custom components in Vue ```vue ``` @@ -51,10 +51,10 @@ It errors on upper case letters. ```vue ``` @@ -68,34 +68,34 @@ It errors on hyphens except `data-`, `aria-` and `slot-scope`. ```vue ``` -### `"never", { "ignore": ["custom-prop"] }` +### `"never", { "ignore": ["custom-prop"] }` Don't use hyphenated name but allow custom attributes ```vue ``` diff --git a/docs/rules/custom-event-name-casing.md b/docs/rules/custom-event-name-casing.md index cc0153c81..52ddc7b5b 100644 --- a/docs/rules/custom-event-name-casing.md +++ b/docs/rules/custom-event-name-casing.md @@ -23,21 +23,21 @@ See [Guide - Custom Events] for more details. ```vue