Skip to content

Commit

Permalink
[Tests] fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 10, 2018
1 parent 512b410 commit 8973758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/jsx-curly-spacing.js
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@ ruleTester.run('jsx-curly-spacing', rule, {
output: [
'<div className={this.state.renderInfo ? "infoPanel col-xs-12" : "unToggled col-xs-12"} />'
].join('\n'),
options: ["never", {"allowMultiline": true}],
options: ['never', {allowMultiline: true}],
errors: [{
message: 'There should be no space after \'{\''
}, {
Expand Down

0 comments on commit 8973758

Please sign in to comment.