wmakeev/moysklad

View on GitHub

Showing 537 of 537 total issues

Insert ;
Open

          query[key].forEach(addPart)
Severity: Minor
Found in src/tools/buildQuery.js by eslint

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

Insert ;
Open

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

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

Replace '/') with "/");
Open

    pathStr = path.join('/')
Severity: Minor
Found in src/methods/parseUrl.js by eslint

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

Replace '<=' with "<="
Open

  lte: { operator: '<=' },
Severity: Minor
Found in src/tools/buildFilter.js by eslint

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

Insert ;
Open

      )
Severity: Minor
Found in src/tools/buildFilter.js by eslint

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

Replace 'Поле·filter·должно·быть·объектом') with "Поле·filter·должно·быть·объектом");
Open

    throw new MoyskladError('Поле filter должно быть объектом')
Severity: Minor
Found in src/tools/buildFilter.js by eslint

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

Replace '.'),·part[1],·part[2]]) with "."),·part[1],·part[2]]);
Open

  filterParts = filterParts.map(part => [part[0].join('.'), part[1], part[2]])
Severity: Minor
Found in src/tools/buildFilter.js by eslint

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

Replace ';' with ";"
Open

      .join(';')
Severity: Minor
Found in src/tools/buildFilter.js by eslint

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

Replace '']) with ""]);
Open

    res.push([key, ''])
Severity: Minor
Found in src/tools/buildQuery.js by eslint

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

Insert ;
Open

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

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

Replace '') with "");
Open

  ].join('')
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/getTimeString.js by eslint

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

Replace '=') with "=");
Open

    const kv = queryPart.split('=')
Severity: Minor
Found in src/tools/parseQueryString.js by eslint

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

Insert ;
Open

  const result = {}
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

  let timeZoneMs = localTimeZoneOffset
Severity: Minor
Found in src/tools/getTimezoneShift.js by eslint

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

Insert ;
Open

  const milliseconds = mskTime.getUTCMilliseconds()
Severity: Minor
Found in src/tools/getTimeString.js by eslint

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

Replace ',' with ","
Open

    ? str.split(',').map(v => extractQueryValue(v))
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 './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/

Severity
Category
Status
Source
Language