Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use eslint and prettier to apply consistent, modern formatting (#155)
* use eslint and prettier to apply consistent formatting * convert var to let,const * prefer template literal over string concatenation * prefer arrow function callbacks * remove string.prototype.repeat * bump async and nyc to latest * use Date.prototype.toUTCString to format date * reformat async task arrangement to be more compact * condense json serialization test with arrow functions * require punycode unconditionally * update remove cookies test to no assume synchronous store * npm test should not run eslint
- Loading branch information