Skip to content

Commit a7957a1

Browse files
committed
update readme regarding the flowVersion setting
1 parent 1ebfcee commit a7957a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ You can also specify some settings that will be shared across all the plugin rul
4040
"createClass": "createReactClass", // Regex for Component Factory to use, default to "createReactClass"
4141
"pragma": "React", // Pragma to use, default to "React"
4242
"version": "15.0" // React version, default to the latest React stable release
43+
"flowVersion": "0.53" // Flow version
4344
},
4445
"propWrapperFunctions": [ "forbidExtraProps" ] // The names of any functions used to wrap the propTypes object, such as `forbidExtraProps`. If this isn't set, any propTypes wrapped in a function will be skipped.
4546
}

0 commit comments

Comments
 (0)