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
There's extraneous whitespace floating around the code which makes diffs harder to read.
JSHint used to have an flag for warning about extra whitespace but it was removed. Let's switch to a modern linter such as ESLint or even better adopt JavaScript Standard Style instead.
The text was updated successfully, but these errors were encountered:
There's extraneous whitespace floating around the code which makes diffs harder to read.
JSHint used to have an flag for warning about extra whitespace but it was removed. Let's switch to a modern linter such as ESLint or even better adopt JavaScript Standard Style instead.
The text was updated successfully, but these errors were encountered: