Skip to content

Commit

Permalink
ESlint >3
Browse files Browse the repository at this point in the history
  • Loading branch information
ROSSROSALES committed Nov 16, 2022
1 parent d167828 commit e8b8da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/sort-prop-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ ruleTester.run('sort-prop-types', rule, {
},
],
},
semver.satisfies(eslintPkg.version, '>= 3') ? {
semver.satisfies(eslintPkg.version, '> 3') ? {
code: `
var First = createReactClass({
propTypes: {
Expand Down

0 comments on commit e8b8da6

Please sign in to comment.