You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ You should also specify settings that will be shared across all the plugin rules
55
55
"componentWrapperFunctions": [
56
56
// The name of any function used to wrap components, e.g. Mobx `observer` function. If this isn't set, components wrapped by these functions will be skipped.
57
57
"observer", // `property`
58
-
{"property":"styled"} // `object` is optional
58
+
{"property":"styled"},// `object` is optional
59
59
{"property":"observer", "object":"Mobx"},
60
-
{"property":"observer", "object":"<pragma>"},// sets `object` to whatever value `settings.react.pragma` is set to
60
+
{"property":"observer", "object":"<pragma>"} // sets `object` to whatever value `settings.react.pragma` is set to
61
61
],
62
62
"linkComponents": [
63
63
// Components used as alternatives to <a> for linking, eg. <Link to={ url } />
0 commit comments