diff --git a/docs/.vuepress/public/favicon.png b/docs/.vuepress/public/favicon.png index 60e17006a..6378563a0 100644 Binary files a/docs/.vuepress/public/favicon.png and b/docs/.vuepress/public/favicon.png differ diff --git a/docs/rules/README.md b/docs/rules/README.md index 7e0b1dd96..848c1b9d3 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -289,6 +289,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/new-line-between-multi-line-property](./new-line-between-multi-line-property.md) | enforce new lines between multi-line properties in Vue components | :wrench: | | [vue/no-bare-strings-in-template](./no-bare-strings-in-template.md) | disallow the use of bare strings in `