chore(lint): enable duplicateModuleImport tslint check

This commit is contained in:
Alex Eagle
2016-05-26 15:07:51 -07:00
parent 5f999225ba
commit 2019050db2
20 changed files with 46 additions and 57 deletions

View File

@ -1,7 +1,6 @@
import {RequestMethod} from './enums';
import {ContentType, RequestMethod} from './enums';
import {RequestArgs} from './interfaces';
import {Headers} from './headers';
import {ContentType} from './enums';
import {URLSearchParams} from './url_search_params';
import {normalizeMethodName} from './http_utils';
import {isPresent, StringWrapper} from '../src/facade/lang';