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 896fe4b commit 802cdb8Copy full SHA for 802cdb8
README.md
@@ -39,7 +39,7 @@ 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
- "fragment": "React.Fragment", // Fragment to use, default to "React.Fragment"
+ "fragment": "Fragment", // Fragment to use (may be a property of <pragma>), default to "Fragment"
43
"version": "detect", // React version. "detect" automatically picks the version you have installed.
44
// You can also use `16.0`, `16.3`, etc, if you want to override the detected value.
45
// default to latest and warns if missing
0 commit comments