diff --git a/README.md b/README.md index f0798eb06..ff2fad9ce 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,8 @@ Enforce all the rules in this category, as well as all higher priority rules, wi | | Rule ID | Description | |:---|:--------|:------------| | :wrench: | [vue/attribute-hyphenation](./docs/rules/attribute-hyphenation.md) | enforce attribute naming style on custom components in template | +| :wrench: | [vue/html-closing-bracket-newline](./docs/rules/html-closing-bracket-newline.md) | require or disallow a line break before tag's closing brackets | +| :wrench: | [vue/html-closing-bracket-spacing](./docs/rules/html-closing-bracket-spacing.md) | require or disallow a space before tag's closing brackets | | :wrench: | [vue/html-end-tags](./docs/rules/html-end-tags.md) | enforce end tag style | | :wrench: | [vue/html-indent](./docs/rules/html-indent.md) | enforce consistent indentation in `