Skip to content

Commit

Permalink
Apply suggested change: fix lint error for object-curly-spacing
Browse files Browse the repository at this point in the history
Co-Authored-By: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
golopot and ljharb committed Jun 11, 2019
1 parent 825c17a commit d1280b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/lib/rules/no-unused-prop-types.js
Expand Up @@ -4376,7 +4376,8 @@ ruleTester.run('no-unused-prop-types', rule, {
line: 11,
column: 8
}]
}, {// None of the props are used issue #1162
}, {
// None of the props are used issue #1162
code: [
'import React from "react"; ',
'var Hello = React.createReactClass({',
Expand Down

0 comments on commit d1280b3

Please sign in to comment.