import-js/eslint-plugin-import

no-unused-modules doesn't report unused Flow type exports

開放

#1,540 建立於 2019年11月13日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (1,548 個分叉)batch import
bugflowhelp wanted

倉庫指標

星標
 (5,940 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

// foo.js

// @flow strict
export type Foo = string
export default ''
// index.js

// @flow strict
import foo from './foo'

Expected: export type Foo is reported as unused Actual: no errors

貢獻者指南