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
I want to see a new rule where I can enforce more consistency on an object type. Currently , or ; can be used between object properties, the rule would enforce one or the other
The text was updated successfully, but these errors were encountered:
I don't use prettier and I don't think using flowtype should require me to need prettier so a separate rule here would be best fit since it's only necessary for flow object types. Could we just duplicate that rule here?
I don't think that's easily possible. I'd expect that the Eslint rule calls Prettier directly and just reports back the errors - so not much to copy here, unfortunately.
I want to see a new rule where I can enforce more consistency on an object type. Currently
,
or;
can be used between object properties, the rule would enforce one or the otherThe text was updated successfully, but these errors were encountered: