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/multiline-ternary.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/multiline-ternary
5
5
description: Enforce newlines between operands of ternary expressions in `<template>`
6
+
since: v9.7.0
6
7
---
7
8
# vue/multiline-ternary
8
9
9
10
> Enforce newlines between operands of ternary expressions 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 [multiline-ternary] rule but it applies to the expressions in `<template>` and `<style>`.
Copy file name to clipboardexpand all lines: docs/rules/v-on-handler-style.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/v-on-handler-style
5
5
description: enforce writing style for handlers in `v-on` directives
6
+
since: v9.7.0
6
7
---
7
8
# vue/v-on-handler-style
8
9
9
10
> enforce writing style for handlers in `v-on` directives
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
@@ -213,6 +213,10 @@ This rule aims to enforce a consistent style in `v-on` event handlers:
0 commit comments