Skip to content

Commit 230c7e0

Browse files
authored
Merge pull request #2117 from haideralsh/patch-1
[Docs] add a missing comma in the JSON settings
2 parents d2aa260 + b4b0e72 commit 230c7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You should also specify settings that will be shared across all the plugin rules
4646
"propWrapperFunctions": [
4747
// 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.
4848
"forbidExtraProps",
49-
{"property": "freeze", "object": "Object"}
49+
{"property": "freeze", "object": "Object"},
5050
{"property": "myFavoriteWrapper"}
5151
]
5252
}

0 commit comments

Comments
 (0)