Skip to content

Commit 1d12044

Browse files
authored
Merge pull request jsx-eslint#1650 from xinminlabs/add-missing-meta-to-jsx-tag-spacing
add missing meta to jsx-tag-spacing
2 parents 36beb6d + d3840a5 commit 1d12044

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/rules/jsx-tag-spacing.js

+3
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ function validateBeforeClosing(context, node, option) {
222222
module.exports = {
223223
meta: {
224224
docs: {
225+
description: 'Validate whitespace in and around the JSX opening and closing brackets',
226+
category: 'Stylistic Issues',
227+
recommended: false,
225228
url: docsUrl('jsx-tag-spacing')
226229
},
227230
fixable: 'whitespace',

0 commit comments

Comments
 (0)