You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ You can also specify some settings that will be shared across all the plugin rul
40
40
"createClass":"createReactClass", // Regex for Component Factory to use, default to "createReactClass"
41
41
"pragma":"React", // Pragma to use, default to "React"
42
42
"version":"15.0"// React version, default to the latest React stable release
43
+
"flowVersion":"0.53"// Flow version
43
44
},
44
45
"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.
0 commit comments