Skip to content

Commit

Permalink
Merge pull request #1650 from xinminlabs/add-missing-meta-to-jsx-tag-…
Browse files Browse the repository at this point in the history
…spacing

add missing meta to jsx-tag-spacing
  • Loading branch information
ljharb committed Jan 20, 2018
2 parents 36beb6d + d3840a5 commit 1d12044
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 1d12044

Please sign in to comment.