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
The rules state that a file with a default export should exactly match the name of the default export. What should the filename be of a file with no default export? Should such a file exist at all?
In this case the guidelines does not seem to have a clear answer. I would lean towards localStorage.js, but I could see how LocalStorage.js could be considered as well.