Skip to content

Commit

Permalink
add missing meta to jsx-tag-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jan 20, 2018
1 parent 36beb6d commit d3840a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/rules/jsx-tag-spacing.js
Expand Up @@ -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',
Expand Down

0 comments on commit d3840a5

Please sign in to comment.