Skip to content

Use JS Standard for formatting

Compare
Choose a tag to compare
@bartonhammond bartonhammond released this 28 Aug 23:09
· 79 commits to master since this release

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.