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 have some very simple components with only one prop.
import/prefer-default-export is failing because it doesn't know about the default export.
I think this should be added to OTHER_PLUGINS.md
It might also be good to add an example of overrides/rules. The eslint documentation is fine but it is generic.
The text was updated successfully, but these errors were encountered:
I have some very simple components with only one prop.
import/prefer-default-export is failing because it doesn't know about the default export.
I think this should be added to OTHER_PLUGINS.md
It might also be good to add an example of overrides/rules. The eslint documentation is fine but it is generic.
The text was updated successfully, but these errors were encountered: