wmakeev/moysklad

View on GitHub

Showing 537 of 537 total issues

Insert ;
Open

}
Severity: Minor
Found in src/tools/isObject.js by eslint

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

Insert ;
Open

    const key = kv[0]
Severity: Minor
Found in src/tools/parseQueryString.js by eslint

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

Insert ;
Open

    const resValue = res.get(key)
Severity: Minor
Found in src/tools/parseQueryString.js by eslint

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

Replace '-' with "-"
Open

    '-',
Severity: Minor
Found in src/tools/getTimeString.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/tools/isPlainObject.js by eslint

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

Replace 'object'·||·value·instanceof·Date·||·value·===·null with "object"·||·value·instanceof·Date·||·value·===·null;
Open

  return typeof value !== 'object' || value instanceof Date || value === null
Severity: Minor
Found in src/tools/isSimpleValue.js by eslint

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

Replace '' with ""
Open

  if (str === '') {
Severity: Minor
Found in src/tools/parseQueryString.js by eslint

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

Replace '../src/tools/normalizeUrl') with "../src/tools/normalizeUrl");
Open

module.exports = require('../src/tools/normalizeUrl')
Severity: Minor
Found in tools/normalizeUrl.js by eslint

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

Insert ;
Open

  return `00${num}`.slice(-3)
Severity: Minor
Found in src/tools/getTimeString.js by eslint

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

Insert ;
Open

}
Severity: Minor
Found in src/tools/isPlainObject.js by eslint

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

Insert ;
Open

}
Severity: Minor
Found in src/tools/sleep.js by eslint

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

Replace '../src/tools/sleep') with "../src/tools/sleep");
Open

module.exports = require('../src/tools/sleep')
Severity: Minor
Found in tools/sleep.js by eslint

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

Insert ;
Open

  const localTimeZoneOffset = -(new Date().getTimezoneOffset() * 60 * 1000)
Severity: Minor
Found in src/tools/getTimezoneShift.js by eslint

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

Insert ;
Open

  return decodeURIComponent(str)
Severity: Minor
Found in src/tools/parseQueryString.js by eslint

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

Insert ;
Open

    return undefined
Severity: Minor
Found in src/tools/parseQueryString.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/tools/sleep.js by eslint

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

Replace '' with ""
Open

    includeMs ? `.${leftPad2(milliseconds)}` : ''
Severity: Minor
Found in src/tools/getTimeString.js by eslint

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

Insert ;
Open

}
Severity: Minor
Found in src/tools/isSimpleValue.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/tools/parseQueryString.js by eslint

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

Insert ;
Open

}
Severity: Minor
Found in src/tools/parseQueryString.js by eslint

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

Severity
Category
Status
Source
Language