Skip to content

Commit 008b2a9

Browse files
committed
Lint
1 parent 0c9f6dc commit 008b2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/quotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Enforce the consistent use of either backticks, double, or single q
99

1010
> Enforce the consistent use of either backticks, double, or single quotes in `<template>`
1111
12-
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
12+
- :exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> _**This rule has not been released yet.**_ </badge>
1313
- :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.
1414

1515
This rule is the same rule as stylistic [quotes] rule but it applies to the expressions in `<template>`.

0 commit comments

Comments
 (0)