Skip to content

Commit

Permalink
style(sort): fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Jul 25, 2019
1 parent 69d8c83 commit 1dddd47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import { valid, defaults } from './util';
import keys from './keys';
import get from './get';
import set from './set';
import { SortOptions, OObject, SortCallback, SortElement } from './types';
import {
SortOptions, OObject,
SortCallback, SortElement,
} from './types';

// default options
export const DefaultOptions: SortOptions = {
Expand Down

0 comments on commit 1dddd47

Please # to comment.