Skip to content

Commit

Permalink
Docs: update rule link
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Feb 11, 2019
1 parent 3dd99a1 commit 77162ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Name | ๐Ÿ›  | Description
[no-debugger](https://eslint.org/docs/rules/no-debugger) | ๐Ÿ›  | disallow the use of `debugger`
[no-plusplus](https://eslint.org/docs/rules/no-plusplus) | ๐Ÿ›  | disallow the unary operators `++` and `--`
[prefer-spread](https://eslint.org/docs/rules/prefer-spread) | ๐Ÿ›  | require spread operators instead of `.apply()`
[valid-typeof](https:/eslint.org/docs/rules/valid-typeof) | ๐Ÿ›  | enforce comparing `typeof` expressions against valid strings
[valid-typeof](https://eslint.org/docs/rules/valid-typeof) | ๐Ÿ›  | enforce comparing `typeof` expressions against valid strings
<!-- __END AUTOGENERATED TABLE__ -->

## Contributing
Expand Down

0 comments on commit 77162ac

Please sign in to comment.