From b4b0e7268b84593cbed6bc0ddf242629d0a30f70 Mon Sep 17 00:00:00 2001 From: Haider Alshamma Date: Thu, 3 Jan 2019 22:21:21 -0500 Subject: [PATCH] fix: add a missing in the JSON settings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50630adabb..d9711d5805 100644 --- a/README.md +++ b/README.md @@ -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"} ] }