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
makes ESLint complain about the lack of extension, necessitating a // eslint-disable-next-line import/extensions. I'm not sure what effects disabling the rule might have on the rest of the repo, if any, but it should be considered if we're going to be using the export names more.
The text was updated successfully, but these errors were encountered:
Trying to do
makes ESLint complain about the lack of extension, necessitating a
// eslint-disable-next-line import/extensions
. I'm not sure what effects disabling the rule might have on the rest of the repo, if any, but it should be considered if we're going to be using the export names more.The text was updated successfully, but these errors were encountered: