wmakeev/moysklad

View on GitHub

Showing 537 of 537 total issues

Insert ;
Open

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

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

Insert ;
Open

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

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

Insert ;
Open

  const date = new Date(dateExp)
Severity: Minor
Found in src/tools/parseTimeString.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/

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 ⏎····m[7]·&&·Number.parseInt(m[7])·!==·0·?·'.'·+·rightPad2(m[7])·:·''⏎··}+03:00withm[7]·&&·Number.parseInt(m[7])·!==·0·?·"."·+·rightPad2(m[7])·:·""}+03:00;
Open

  const dateExp = `${m[1]}-${m[2]}-${m[3]}T${m[4]}:${m[5]}:${m[6]}${
Severity: Minor
Found in src/tools/parseTimeString.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') with "./src");
Open

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

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

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

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

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

Insert ;
Open

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

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

Replace 'object' with "object";
Open

  return value != null && typeof value === 'object'
Severity: Minor
Found in src/tools/isObject.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/

Insert ;
Open

}
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/

Insert ;
Open

    return asNum
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/

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/

Severity
Category
Status
Source
Language