Skip to content

Commit

Permalink
update devDependencies
Browse files Browse the repository at this point in the history
[Highlight] update ESLint form v4 to v5 https://eslint.org/docs/user-guide/migrating-to-5.0.0
  • Loading branch information
shinnn committed Aug 25, 2018
1 parent 290a96f commit 4a3fcec
Show file tree
Hide file tree
Showing 4 changed files with 1,002 additions and 1,346 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -17,7 +17,7 @@ const appendedKinds = new Set([

module.exports = function inspectWithKind(val, options) {
const kind = kindOf(val);
const stringifiedVal = inspect(val, Object.assign({
const stringifiedVal = inspect(val, Object.assign({ // eslint-disable-line prefer-object-spread
breakLength: Infinity,
maxArrayLength: 10
}, options));
Expand Down

0 comments on commit 4a3fcec

Please sign in to comment.