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.
1 parent dd0757f commit 40f2565Copy full SHA for 40f2565
README.md
@@ -39,7 +39,8 @@ You should also specify settings that will be shared across all the plugin rules
39
"createClass": "createReactClass", // Regex for Component Factory to use,
40
// default to "createReactClass"
41
"pragma": "React", // Pragma to use, default to "React"
42
- "version": "15.0", // React version, default to the latest React stable release
+ "version": "detect", // React version. "detect" automatically picks the version you have installed.
43
+ // You can also use `16.0`, `16.3`, etc, if you want to override the detected value.
44
"flowVersion": "0.53" // Flow version
45
},
46
"propWrapperFunctions": [
0 commit comments