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 5f49f51 commit b1ebed9Copy full SHA for b1ebed9
README.md
@@ -45,8 +45,7 @@ You should also specify settings that will be shared across all the plugin rules
45
"fragment": "Fragment", // Fragment to use (may be a property of <pragma>), default to "Fragment"
46
"version": "detect", // React version. "detect" automatically picks the version you have installed.
47
// You can also use `16.0`, `16.3`, etc, if you want to override the detected value.
48
- // default to latest and warns if missing
49
- // It will default to "detect" in the future
+ // It will default to "latest" and warn if missing, and to "detect" in the future
50
"flowVersion": "0.53" // Flow version
51
},
52
"propWrapperFunctions": [
0 commit comments