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-console.md
-2
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,6 @@ since: v9.15.0
9
9
10
10
> Disallow the use of `console` in `<template>`
11
11
12
-
-:bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
13
-
14
12
## :book: Rule Details
15
13
16
14
This rule is the same rule as core [no-console] rule but it applies to the expressions in `<template>`.
Copy file name to clipboardexpand all lines: docs/rules/v-if-else-key.md
+5-2
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/v-if-else-key
5
5
description: require key attribute for conditionally rendered repeated components
6
+
since: v9.19.0
6
7
---
7
-
8
8
# vue/v-if-else-key
9
9
10
10
> require key attribute for conditionally rendered repeated components
11
11
12
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
13
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
14
13
15
14
## :book: Rule Details
@@ -50,6 +49,10 @@ Nothing.
50
49
51
50
-[Guide (for v2) - v-if without key](https://v2.vuejs.org/v2/style-guide/#v-if-v-else-if-v-else-without-key-use-with-caution)
52
51
52
+
## :rocket: Version
53
+
54
+
This rule was introduced in eslint-plugin-vue v9.19.0
0 commit comments