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
2626 - [ quotes] ( #quotes )
2727 - [ Enforce backticks] ( #enforce-backticks )
2828 - [ 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 )
3131 - [ vue/html-self-closing] ( #vuehtml-self-closing )
3232- [ Other rules worth mentioning] ( #other-rules-worth-mentioning )
3333 - [ no-sequences] ( #no-sequences )
@@ -542,7 +542,7 @@ If you’d like ESLint to enforce `` `could have been a regular string` `` being
542542 - ` "avoidEscape": true ` to follow Prettier’s [ string formatting rules] .
543543 - ` "allowTemplateLiterals": false ` to disallow unnecessary backticks.
544544
545- ##### Example _ double _ quote configuration
545+ ##### Example double quote configuration
546546
547547ESLint:
548548
@@ -568,7 +568,7 @@ Prettier (this is the default, so adding this is not required):
568568}
569569```
570570
571- ##### Example _ single _ quote configuration
571+ ##### Example single quote configuration
572572
573573ESLint:
574574
You can’t perform that action at this time.
0 commit comments