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/quotes.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,25 @@ sidebarDepth: 0
4
4
title: vue/quotes
5
5
description: Enforce the consistent use of either backticks, double, or single quotes in `<template>`
6
6
---
7
+
7
8
# vue/quotes
8
9
9
10
> Enforce the consistent use of either backticks, double, or single quotes in `<template>`
10
11
11
-
This rule is the same rule as stylistic [quotes] rule but it applies to the expressions in `<template>`.
12
-
13
12
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
13
+
-: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
14
15
-
## :book: Further Reading
15
+
This rule is the same rule as stylistic [quotes] rule but it applies to the expressions in `<template>`.
0 commit comments