wmakeev/moysklad

View on GitHub
src/tools/isSimpleValue.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

'use strict'
Severity: Minor
Found in src/tools/isSimpleValue.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/

There are no issues that match your filters.

Category
Status