Skip to content

Commit

Permalink
7.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 5, 2021
1 parent 5788883 commit 1ece73e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions docs/rules/no-restricted-class.md
Expand Up @@ -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: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

## :book: Rule Details

This rule lets you specify a list of classes that you don't want to allow in your templates.
Expand Down Expand Up @@ -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)
Expand Down
7 changes: 5 additions & 2 deletions docs/rules/no-useless-template-attributes.md
Expand Up @@ -3,13 +3,12 @@ pageClass: rule-details
sidebarDepth: 0
title: vue/no-useless-template-attributes
description: disallow useless attribute on `<template>`
since: v7.19.0
---
# vue/no-useless-template-attributes

> disallow useless attribute on `<template>`
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>

## :book: Rule Details

This rule to prevent any useless attribute on `<template>` tags.
Expand Down Expand Up @@ -58,6 +57,10 @@ Nothing.

[vue/no-lone-template]: ./no-lone-template.md

## :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-useless-template-attributes.js)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue",
"version": "7.18.0",
"version": "7.19.0",
"description": "Official ESLint plugin for Vue.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 1ece73e

Please sign in to comment.