1. 18 Jun, 2019 1 commit
    • 陈帅's avatar
      fix ts file error for eslint (#4336) · 277ea601
      陈帅 authored
      * fix ts file error for eslint
      
      * add format-imports script
      
      * sort all code
      
      * remove lint:ts
      
      * remove tslint
      
      * remove lint:ts
      
      * up layout
      
      * remove a empty test
      
      * rm tslint config
      
      * use umi config
      
      * prettier all code
      
      * use @umijs/fabric
      
      * [CodeFactor] Apply fixes to commit 69d4f9a
      
      [ci skip] [skip ci]
      277ea601
  2. 06 Jun, 2019 1 commit
  3. 30 May, 2019 1 commit
  4. 06 May, 2019 2 commits
  5. 02 Apr, 2019 1 commit
  6. 30 Mar, 2019 1 commit
    • 何乐's avatar
      [v4] fix type definition (#3851) · f046426b
      何乐 authored
      - location, history, match 等定义改为从 umi 引入继承
      - 更新部分依赖的版本
      - 一些其他的类型定义优化
      f046426b
  7. 14 Mar, 2019 1 commit
    • 何乐's avatar
      [v4] Strict ts (#3723) · 0bc812b7
      何乐 authored
      * short-term use of tslint
      
      * fix lint error
      
      * connect & dispatch definition
      
      * replace `SFC` with `FunctionComponent`
      
      * SiderMenu
      
      * TopNavHeader
      
      * HeaderSearch
      
      * components
      
      * layouts
      
      * layouts
      
      * pages
      
      * fix authorize fail
      
      * SettingDrawer
      
      * remove one `as any`
      0bc812b7
  8. 11 Mar, 2019 1 commit
    • 陈小聪's avatar
      [v4] transform typescript (#3702) · 1abac6a3
      陈小聪 authored
      * merge v3 to v4
      
      * src/components/IconFont
      
      * src/components/PageLoading
      
      * src/components/SelectLang
      
      * src/components/SettingDrawer
      
      * remove e2e and test
      
      * src/components/TopNavHeader
      
      * src/components/GlobalHeader
      
      * src/components/HeaderDropdown
      
      * src/components/HeaderSearch
      
      * src/components/TopNavHeader
      
      * fix error
      
      * mock
      
      * move defaultSettings
      
      * global.txs
      
      * src/locales
      
      * remove lint mock
      
      * fix ci test error
      
      * change PureComponent to Component, interface IDefaultSettings
      
      * Don't prefix interface with I
      Close: #3706
      
      * strictNullChecks set true
      1abac6a3