diff --git a/docs/rules/README.md b/docs/rules/README.md index 8d3e9fb32..68d161be0 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -278,6 +278,7 @@ For example: | [vue/html-comment-content-spacing](./html-comment-content-spacing.md) | enforce unified spacing in HTML comments | :wrench: | | [vue/html-comment-indent](./html-comment-indent.md) | enforce consistent indentation in HTML comments | :wrench: | | [vue/match-component-file-name](./match-component-file-name.md) | require component name property to match its file name | | +| [vue/no-bare-strings-in-template](./no-bare-strings-in-template.md) | disallow the use of bare strings in `