From 615e29e62fb72a44a23028a52ef9990ed556caaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=9D=B0?= Date: Mon, 7 Oct 2019 13:23:14 +0800 Subject: [PATCH] update readme+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b9322e..22847b2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ or use the recommended rules: } ``` -**Note**: The rule `react-directives/no-undef` inherits from `no-undef`, the rule `react-directives/no-unused-vars` inherits from `no-unused-vars`, make sure the rules work, please turn them off. +**Note**: The rule `react-directives/no-undef` inherits from [`no-undef`](https://eslint.org/docs/rules/no-undef), the rule `react-directives/no-unused-vars` inherits from [`no-unused-vars`](https://eslint.org/docs/rules/no-unused-vars), make sure the rules work, please turn them off. ## Settings