File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Note that this config _only_ turns rules _off,_ so it only makes sense using it
26
26
- [ quotes] ( #quotes )
27
27
- [ Enforce backticks] ( #enforce-backticks )
28
28
- [ Forbid unnecessary backticks] ( #forbid-unnecessary-backticks )
29
- - [ Example _ double _ quote configuration] ( #example-_double_ -quote-configuration )
30
- - [ Example _ single _ quote configuration] ( #example-_single_ -quote-configuration )
29
+ - [ Example double quote configuration] ( #example-double -quote-configuration )
30
+ - [ Example single quote configuration] ( #example-single -quote-configuration )
31
31
- [ vue/html-self-closing] ( #vuehtml-self-closing )
32
32
- [ Other rules worth mentioning] ( #other-rules-worth-mentioning )
33
33
- [ no-sequences] ( #no-sequences )
@@ -542,7 +542,7 @@ If you’d like ESLint to enforce `` `could have been a regular string` `` being
542
542
- ` "avoidEscape": true ` to follow Prettier’s [ string formatting rules] .
543
543
- ` "allowTemplateLiterals": false ` to disallow unnecessary backticks.
544
544
545
- ##### Example _ double _ quote configuration
545
+ ##### Example double quote configuration
546
546
547
547
ESLint:
548
548
@@ -568,7 +568,7 @@ Prettier (this is the default, so adding this is not required):
568
568
}
569
569
```
570
570
571
- ##### Example _ single _ quote configuration
571
+ ##### Example single quote configuration
572
572
573
573
ESLint:
574
574
You can’t perform that action at this time.
0 commit comments