You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-useless-template-attributes.md
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ since: v7.19.0
9
9
10
10
> disallow useless attribute on `<template>`
11
11
12
+
-:gear: This rule is included in all of `"plugin:vue/vue3-essential"`, `"plugin:vue/essential"`, `"plugin:vue/vue3-strongly-recommended"`, `"plugin:vue/strongly-recommended"`, `"plugin:vue/vue3-recommended"` and `"plugin:vue/recommended"`.
13
+
12
14
## :book: Rule Details
13
15
14
16
This rule to prevent any useless attribute on `<template>` tags.
0 commit comments