Skip to content

Commit

Permalink
Merge pull request #2117 from haideralsh/patch-1
Browse files Browse the repository at this point in the history
[Docs] add a missing comma in the JSON settings
  • Loading branch information
ljharb committed Jan 4, 2019
2 parents d2aa260 + b4b0e72 commit 230c7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ You should also specify settings that will be shared across all the plugin rules
"propWrapperFunctions": [
// The names of any function used to wrap propTypes, e.g. `forbidExtraProps`. If this isn't set, any propTypes wrapped in a function will be skipped.
"forbidExtraProps",
{"property": "freeze", "object": "Object"}
{"property": "freeze", "object": "Object"},
{"property": "myFavoriteWrapper"}
]
}
Expand Down

0 comments on commit 230c7e0

Please sign in to comment.