Use JS Standard for formatting
Fixes #132 Strip trailing whitespaces and a whole lot more!
use npm run format
with parameters of the source location (e.g. npm run test src/lib/*.js
) to verify that code is written to the JS Standard
note that npm test
depends on standard
running successfully.