This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Switch to different linting tool. #528
Closed
Description
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.