Skip to content

Commit

Permalink
style(*): fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Jul 4, 2019
1 parent 493b75a commit d7529dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/deepEqual.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// o
import { valid } from './util';
import is from './is';
import equal from './equal';
import deflate from './deflate';

Expand Down
1 change: 0 additions & 1 deletion src/merge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import circleAssign from 'circle-assign';

// o
import { valid } from './util';
import is from './is';

/**
* Merge all sources into the target object with the most right
Expand Down

0 comments on commit d7529dc

Please # to comment.