From df317858d1d8596583adf36d52049bc9299743af Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Thu, 23 Mar 2023 19:12:08 +0900 Subject: [PATCH] 9.10.0 --- docs/rules/index.md | 2 +- docs/rules/no-template-target-blank.md | 2 ++ package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/rules/index.md b/docs/rules/index.md index b23f68427..eca5a3191 100644 --- a/docs/rules/index.md +++ b/docs/rules/index.md @@ -241,7 +241,7 @@ For example: | [vue/no-restricted-static-attribute](./no-restricted-static-attribute.md) | disallow specific attribute | | :hammer: | | [vue/no-restricted-v-bind](./no-restricted-v-bind.md) | disallow specific argument in `v-bind` | | :hammer: | | [vue/no-static-inline-styles](./no-static-inline-styles.md) | disallow static inline `style` attributes | | :hammer: | -| [vue/no-template-target-blank](./no-template-target-blank.md) | disallow target="_blank" attribute without rel="noopener noreferrer" | | :warning: | +| [vue/no-template-target-blank](./no-template-target-blank.md) | disallow target="_blank" attribute without rel="noopener noreferrer" | :bulb: | :warning: | | [vue/no-this-in-before-route-enter](./no-this-in-before-route-enter.md) | disallow `this` usage in a `beforeRouteEnter` method | | :warning: | | [vue/no-undef-components](./no-undef-components.md) | disallow use of undefined components in `