Skip to content

Commit

Permalink
Docs: add Further Reading to valid-typeof rule
Browse files Browse the repository at this point in the history
This commit adds a Further Reading section to the
valid-typeof rule documentation.
  • Loading branch information
cjihrig committed Jun 4, 2019
1 parent bd6a829 commit c67c5cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rules/valid-typeof.md
Expand Up @@ -57,3 +57,7 @@ typeof bar === typeof qux
## When Not To Use It

You may want to turn this rule off if you will be using the `typeof` operator on host objects.

## Further Reading

* [MDN: `typeof` documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof)

0 comments on commit c67c5cc

Please sign in to comment.