wmakeev/moysklad

View on GitHub
src/tools/isPlainObject.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Insert ;
Open

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

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

Replace '[object·Object]' with "[object·Object]";
Open

  return Object.prototype.toString.call(value) === '[object Object]'
Severity: Minor
Found in src/tools/isPlainObject.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/

There are no issues that match your filters.

Category
Status