From 2da277f67abfacdd0e69674686f82c106e5f9193 Mon Sep 17 00:00:00 2001 From: Chiawen Chen Date: Tue, 22 Oct 2019 18:14:19 +0800 Subject: [PATCH] [Docs] `props-no-multi-spaces`: suggest using core rule instead --- docs/rules/jsx-props-no-multi-spaces.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/rules/jsx-props-no-multi-spaces.md b/docs/rules/jsx-props-no-multi-spaces.md index c1b02dec45..933e3cb5d9 100644 --- a/docs/rules/jsx-props-no-multi-spaces.md +++ b/docs/rules/jsx-props-no-multi-spaces.md @@ -29,3 +29,5 @@ The following patterns are **not** considered warnings: ## When Not To Use It If you are not using JSX or don't care about the space between two props in the same line. + +If you have enabled the core rule `no-multi-spaces` with eslint >= 3, you don't need this rule.