From d3840a51ba0676d261321ec3c5616b709304cf79 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Sat, 20 Jan 2018 14:52:40 +0800 Subject: [PATCH] add missing meta to jsx-tag-spacing --- lib/rules/jsx-tag-spacing.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/rules/jsx-tag-spacing.js b/lib/rules/jsx-tag-spacing.js index f5dac140ba..98eefe02f2 100644 --- a/lib/rules/jsx-tag-spacing.js +++ b/lib/rules/jsx-tag-spacing.js @@ -222,6 +222,9 @@ function validateBeforeClosing(context, node, option) { module.exports = { meta: { docs: { + description: 'Validate whitespace in and around the JSX opening and closing brackets', + category: 'Stylistic Issues', + recommended: false, url: docsUrl('jsx-tag-spacing') }, fixable: 'whitespace',