We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da5807 commit c537015Copy full SHA for c537015
tests/lib/rules/jsx-tag-spacing.js
@@ -58,6 +58,8 @@ var ruleTester = new RuleTester({
58
});
59
ruleTester.run('jsx-tag-spacing', rule, {
60
valid: [{
61
+ code: '<App />'
62
+ }, {
63
code: '<App />',
64
options: beforeSelfClosingOptions('always')
65
}, {
0 commit comments