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/array-element-newline.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/array-element-newline
5
5
description: Enforce line breaks after each array element in `<template>`
6
+
since: v9.9.0
6
7
---
7
8
# vue/array-element-newline
8
9
9
10
> Enforce line breaks after each array element in `<template>`
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
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.
13
13
14
14
This rule is the same rule as core [array-element-newline] rule but it applies to the expressions in `<template>`.
@@ -23,6 +23,10 @@ This rule is the same rule as core [array-element-newline] rule but it applies t
Copy file name to clipboardexpand all lines: docs/rules/padding-lines-in-component-definition.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/padding-lines-in-component-definition
5
5
description: require or disallow padding lines in component definition
6
+
since: v9.9.0
6
7
---
7
8
# vue/padding-lines-in-component-definition
8
9
9
10
> require or disallow padding lines in component definition
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
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.
13
13
14
14
## :book: Rule Details
@@ -157,6 +157,10 @@ export default {
157
157
158
158
</eslint-code-block>
159
159
160
+
## :rocket: Version
161
+
162
+
This rule was introduced in eslint-plugin-vue v9.9.0
0 commit comments