File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth : 0
4
4
title : vue/no-restricted-class
5
5
description : disallow specific classes in Vue components
6
+ since : v7.19.0
6
7
---
7
8
# vue/no-restricted-class
8
9
9
10
> disallow specific classes in Vue components
10
11
11
- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
12
-
13
12
## :book : Rule Details
14
13
15
14
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 {
73
72
```
74
73
:::
75
74
75
+ ## :rocket : Version
76
+
77
+ This rule was introduced in eslint-plugin-vue v7.19.0
78
+
76
79
## :mag : Implementation
77
80
78
81
- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-restricted-class.js )
Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth : 0
4
4
title : vue/no-useless-template-attributes
5
5
description : disallow useless attribute on `<template>`
6
+ since : v7.19.0
6
7
---
7
8
# vue/no-useless-template-attributes
8
9
9
10
> disallow useless attribute on ` <template> `
10
11
11
- - :exclamation : <badge text =" This rule has not been released yet. " vertical =" middle " type =" error " > *** This rule has not been released yet.*** </badge >
12
-
13
12
## :book : Rule Details
14
13
15
14
This rule to prevent any useless attribute on ` <template> ` tags.
@@ -58,6 +57,10 @@ Nothing.
58
57
59
58
[ vue/no-lone-template ] : ./no-lone-template.md
60
59
60
+ ## :rocket : Version
61
+
62
+ This rule was introduced in eslint-plugin-vue v7.19.0
63
+
61
64
## :mag : Implementation
62
65
63
66
- [ Rule source] ( https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/no-useless-template-attributes.js )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vue" ,
3
- "version" : " 7.18 .0" ,
3
+ "version" : " 7.19 .0" ,
4
4
"description" : " Official ESLint plugin for Vue.js" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments