We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2aa260 + b4b0e72 commit 230c7e0Copy full SHA for 230c7e0
README.md
@@ -46,7 +46,7 @@ You should also specify settings that will be shared across all the plugin rules
46
"propWrapperFunctions": [
47
// 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.
48
"forbidExtraProps",
49
- {"property": "freeze", "object": "Object"}
+ {"property": "freeze", "object": "Object"},
50
{"property": "myFavoriteWrapper"}
51
]
52
}
0 commit comments