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 Nov 20, 2019
1 parent a06bfe6 commit 60e9dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/__tests__/util.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { dotNotation, valid } from '../util'
import { OObject } from '../types'

describe('util', (): void => {
describe('dot notation', (): void => {
Expand Down
3 changes: 1 addition & 2 deletions src/shallowDefaults.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// o
import { valid } from './util'
import shallowMerge from './shallowMerge'
import { DefaultsFunction, OObject } from './types'
import clone from './clone'
import merge from './merge'
import { DefaultsFunction, OObject } from './types'

/**
* Same as `defaults` however the function returned will do a
Expand Down

0 comments on commit 60e9dfe

Please sign in to comment.