Skip to content

Commit b4b0e72

Browse files
authored
fix: add a missing in the JSON settings
1 parent d2aa260 commit b4b0e72

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)