From 1ece73e4470f1de1e3691529e4ceadbeecd6fd01 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Tue, 5 Oct 2021 11:24:38 +0900 Subject: [PATCH] 7.19.0 --- docs/rules/no-restricted-class.md | 7 +++++-- docs/rules/no-useless-template-attributes.md | 7 +++++-- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/rules/no-restricted-class.md b/docs/rules/no-restricted-class.md index c7aebce6b..267bfebaa 100644 --- a/docs/rules/no-restricted-class.md +++ b/docs/rules/no-restricted-class.md @@ -3,13 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/no-restricted-class description: disallow specific classes in Vue components +since: v7.19.0 --- # vue/no-restricted-class > disallow specific classes in Vue components -- :exclamation: ***This rule has not been released yet.*** - ## :book: Rule Details This rule lets you specify a list of classes that you don't want to allow in your templates. @@ -73,6 +72,10 @@ export default { ``` ::: +## :rocket: Version + +This rule was introduced in eslint-plugin-vue v7.19.0 + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-restricted-class.js) diff --git a/docs/rules/no-useless-template-attributes.md b/docs/rules/no-useless-template-attributes.md index ec24eb70f..c6b71027d 100644 --- a/docs/rules/no-useless-template-attributes.md +++ b/docs/rules/no-useless-template-attributes.md @@ -3,13 +3,12 @@ pageClass: rule-details sidebarDepth: 0 title: vue/no-useless-template-attributes description: disallow useless attribute on `