From 57c1e6f27af68b684e08ec8c4fcf98bc3bf642b8 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Sun, 18 Jun 2023 20:23:01 +0900 Subject: [PATCH] 9.15.0 --- docs/rules/index.md | 1 + docs/rules/max-lines-per-block.md | 12 ++++++++++-- docs/rules/no-console.md | 9 ++++++--- docs/rules/no-restricted-component-names.md | 6 +++++- docs/rules/require-macro-variable-name.md | 6 +++++- docs/rules/require-typed-ref.md | 7 +++++-- lib/index.js | 1 + package.json | 2 +- 8 files changed, 34 insertions(+), 10 deletions(-) diff --git a/docs/rules/index.md b/docs/rules/index.md index d7033432a..c2093a8c4 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -221,6 +221,7 @@ For example: | [vue/html-comment-indent](./html-comment-indent.md) | enforce consistent indentation in HTML comments | :wrench: | :lipstick: | | [vue/match-component-file-name](./match-component-file-name.md) | require component name property to match its file name | :bulb: | :hammer: | | [vue/match-component-import-name](./match-component-import-name.md) | require the registered component name to match the imported component name | | :warning: | +| [vue/max-lines-per-block](./max-lines-per-block.md) | enforce maximum number of lines in Vue SFC blocks | | :warning: | | [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: | :lipstick: | | [vue/next-tick-style](./next-tick-style.md) | enforce Promise or callback style in `nextTick` | :wrench: | :hammer: | | [vue/no-bare-strings-in-template](./no-bare-strings-in-template.md) | disallow the use of bare strings in `