From e25772682d113c75a3c7381b2b3e016f7b8ec544 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 17 Feb 2021 11:53:43 +1300 Subject: [PATCH] docs(no-hooks): remove broken link (#760) --- docs/rules/no-hooks.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/rules/no-hooks.md b/docs/rules/no-hooks.md index 597926162..708d3550d 100644 --- a/docs/rules/no-hooks.md +++ b/docs/rules/no-hooks.md @@ -172,4 +172,3 @@ safely disable this rule. ## Further Reading - [Jest docs - Setup and Teardown](https://facebook.github.io/jest/docs/en/setup-teardown.html) -- [@jamiebuilds Twitter thread](https://twitter.com/jamiebuilds/status/954906997169664000)