Skip to content

Commit

Permalink
Merge pull request #1464 from AlaaAttya/master
Browse files Browse the repository at this point in the history
Fixes example missing comma
  • Loading branch information
ljharb committed Oct 5, 2017
2 parents b948c64 + 3e9ac72 commit a120758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ You can also specify some settings that will be shared across all the plugin rul
"react": {
"createClass": "createReactClass", // Regex for Component Factory to use, default to "createReactClass"
"pragma": "React", // Pragma to use, default to "React"
"version": "15.0" // React version, default to the latest React stable release
"version": "15.0", // React version, default to the latest React stable release
"flowVersion": "0.53" // Flow version
},
"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.
Expand Down

0 comments on commit a120758

Please sign in to comment.