Skip to content

Commit a120758

Browse files
authored
Merge pull request #1464 from AlaaAttya/master
Fixes example missing comma
2 parents b948c64 + 3e9ac72 commit a120758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can also specify some settings that will be shared across all the plugin rul
3939
"react": {
4040
"createClass": "createReactClass", // Regex for Component Factory to use, default to "createReactClass"
4141
"pragma": "React", // Pragma to use, default to "React"
42-
"version": "15.0" // React version, default to the latest React stable release
42+
"version": "15.0", // React version, default to the latest React stable release
4343
"flowVersion": "0.53" // Flow version
4444
},
4545
"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

Comments
 (0)