Skip to content

Commit d5ae0c6

Browse files
committed
Fix broken links in readme
Closes #160
1 parent 5d479e9 commit d5ae0c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

547547
ESLint:
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

573573
ESLint:
574574

0 commit comments

Comments
 (0)