| Age | Commit message (Collapse) | Author | Files | Lines |
|
* remove unused variables
* move `require`s at the top
* check for prototype built-ins
* run in strict mode
* always check for error values in tests
* make style consistent
* mark Node.js 6 as the minimum supported version in package.json
* Use the arrow return syntax
* logger.js: use `Boolean` to make the intention clearer.
* Use the rest params instead of arguments.
* test/getOptions.js: beautify git data.
* Update logger.js
Remove `hasDebugEnvVariable` function; it's just a `process.env` check
* Create .jshintrc
|
|
The command line options are made available as a object
via `index.options`
|
|
|
|
Also updated index.js to prevent any breaking API changes and added
tests around both getOptions and getBaseOptions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|