Skip to content

Commit cfef97f

Browse files
committed
ESlint >3
1 parent f779d82 commit cfef97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/sort-prop-types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ ruleTester.run('sort-prop-types', rule, {
502502
},
503503
],
504504
},
505-
semver.satisfies(eslintPkg.version, '>= 3') ? {
505+
semver.satisfies(eslintPkg.version, '> 3') ? {
506506
code: `
507507
var First = createReactClass({
508508
propTypes: {

0 commit comments

Comments
 (0)