Skip to content

Commit

Permalink
Update eslint version (#4443)
Browse files Browse the repository at this point in the history
* update eslint version 6.8.0 -> 7.8.1

* fix eslint issue
  • Loading branch information
donghoon-song authored Sep 25, 2020
1 parent bb96de1 commit 8f5d6a9
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 247 deletions.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ exports.canonicalize = function canonicalize(value, stack, typeHint) {
});
break;
case 'function':
/* eslint-disable guard-for-in */
/* eslint-disable-next-line no-unused-vars */
for (prop in value) {
canonicalizedObj = {};
break;
Expand Down
Loading

0 comments on commit 8f5d6a9

Please sign in to comment.