Skip to content

Commit

Permalink
Fix broken links in readme
Browse files Browse the repository at this point in the history
Closes #160
  • Loading branch information
lydell committed Oct 1, 2020
1 parent 5d479e9 commit d5ae0c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Note that this config _only_ turns rules _off,_ so it only makes sense using it
- [quotes](#quotes)
- [Enforce backticks](#enforce-backticks)
- [Forbid unnecessary backticks](#forbid-unnecessary-backticks)
- [Example _double_ quote configuration](#example-_double_-quote-configuration)
- [Example _single_ quote configuration](#example-_single_-quote-configuration)
- [Example double quote configuration](#example-double-quote-configuration)
- [Example single quote configuration](#example-single-quote-configuration)
- [vue/html-self-closing](#vuehtml-self-closing)
- [Other rules worth mentioning](#other-rules-worth-mentioning)
- [no-sequences](#no-sequences)
Expand Down Expand Up @@ -542,7 +542,7 @@ If you’d like ESLint to enforce `` `could have been a regular string` `` being
- `"avoidEscape": true` to follow Prettier’s [string formatting rules].
- `"allowTemplateLiterals": false` to disallow unnecessary backticks.

##### Example _double_ quote configuration
##### Example double quote configuration

ESLint:

Expand All @@ -568,7 +568,7 @@ Prettier (this is the default, so adding this is not required):
}
```

##### Example _single_ quote configuration
##### Example single quote configuration

ESLint:

Expand Down

0 comments on commit d5ae0c6

Please sign in to comment.