blakeembrey/tslint-config-standard
在 GitHub 查看Is it possible to satisfy the no-duplicate-imports rule with type imports?
Open
#41 创建于 2017年10月30日
help wanted
仓库指标
- Star
- (351 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Is it possible to import from both a node_module and type in a single import statement?
import * as React from 'react'; // import from module
import { StatelessComponent } from 'react'; // import from type