blakeembrey/tslint-config-standard

Is it possible to satisfy the no-duplicate-imports rule with type imports?

Open

#41 创建于 2017年10月30日

在 GitHub 查看
 (8 评论) (1 反应) (0 负责人)JavaScript (33 fork)github user discovery
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

贡献者指南