Skip to content

Commit

Permalink
ESlint >3
Browse files Browse the repository at this point in the history
  • Loading branch information
ROSSROSALES committed Nov 26, 2022
1 parent f779d82 commit cfef97f
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 cfef97f

Please sign in to comment.