Showing 1 of 53 total issues
Function constructor
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
constructor(options) {
this.host = options.host;
this.port = options.port;
this.ssl = options.ssl;
this.scheme = this.ssl ? 'https' : 'http';