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 lint command already specified in the package.json appears to not
have been run for quite a while, ran it and fixed a number of the
issues. There were a few actual code fixes that would cause breakage in
a compliant browser - const url = ... and then updating the actual URL
was changed to let url = ... to avoid that defect. However, the build
command removed the "const" part of this, so it wasn't ever being seen
as a real issue.
0 commit comments