Skip to content

Commit

Permalink
fix: add a missing in the JSON settings
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralsh committed Jan 4, 2019
1 parent d2aa260 commit b4b0e72
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 b4b0e72

Please sign in to comment.