Skip to content

Commit bb97fc8

Browse files
Update documentation
1 parent 55e496d commit bb97fc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ You can also specify some settings that will be shared across all the plugin rul
4040
"createClass": "createReactClass", // Regex for Component Factory to use, default to "createReactClass"
4141
"pragma": "React", // Pragma to use, default to "React"
4242
"version": "15.0" // React version, default to the latest React stable release
43-
}
43+
},
44+
"propWrapperFunctions": [ "forbidExtraProps" ] // The names of any functions used to wrap the propTypes object, such as `forbidExtraProps`. If this isn't set, any propTypes wrapped in a function will be skipped.
4445
}
4546
}
4647
```

0 commit comments

Comments
 (0)