Skip to content

Commit 103f5e2

Browse files
committed
doc: add missing anchor in README.md
1 parent 74fb34f commit 103f5e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,7 @@ Other Style Guides
17431743
const foo = 'superLongLongLongLongLongLongLongLongString';
17441744
```
17451745
1746+
<a name="variables--no-unused-vars"></a>
17461747
- [13.8](#variables--no-unused-vars) Disallow unused variables. eslint: [`no-unused-vars`](https://eslint.org/docs/rules/no-unused-vars)
17471748
17481749
> Why? Variables that are declared and not used anywhere in the code are most likely an error due to incomplete refactoring. Such variables take up space in the code and can lead to confusion by readers.

0 commit comments

Comments
 (0)