nfroidure/StreamQueue

View on GitHub

Showing 33 of 33 total issues

Replace 'boolean' with "boolean"
Open

    if ('boolean' == typeof options.pauseFlowingStream) {
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace 'drain' with "drain"
Open

    this._queueState._internalStream.emit('drain');
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete ,
Open

  },
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace 'use·strict' with "use·strict"
Open

'use strict';
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete ,
Open

    _curStream: null,
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace 'function' with "function"
Open

    isStream(options) || 'function' === typeof options ? {}.undef : options
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace 'readable-stream' with "readable-stream"
Open

const Stream = require('readable-stream');
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace 'function' with "function"
Open

        isStream(options) || 'function' === typeof options ? 0 : 1
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete ,
Open

          objectMode: _this._queueState._objectMode,
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace 'streamqueue:·The·queue·is·already·ending.' with "streamqueue:·The·queue·is·already·ending."
Open

    throw new Error('streamqueue: The queue is already ending.');
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace 'function' with "function"
Open

    isStream(options) || 'function' === typeof options ? {}.undef : options
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Replace 'error' with "error"
Open

        _this.emit('error', err);
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Delete ,
Open

    end: false,
Severity: Minor
Found in src/index.js by eslint

For more information visit Source: http://eslint.org/docs/rules/

Severity
Category
Status
Source
Language