Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 86406d8

Browse files
committed
Feat: reorganize putting flow-types in confugration folder
1 parent 4be0b6b commit 86406d8

File tree

97 files changed

+5903
-3279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+5903
-3279
lines changed

.flowconfig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
[include]
55

66
[libs]
7-
flow-typed
7+
config/flow-typed
88

99
[options]
1010
suppress_comment=.*\\$FlowFixMe
11-
suppress_comment=.*\\$FlowInvalidInputTest
11+
suppress_comment=.*\\$FlowInvalidInputTest
12+
module.name_mapper='\(react-redux\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
13+
module.name_mapper='\(react\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
14+
module.name_mapper='\(redux\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'

config/flow-typed/GeneralStub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default {};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

flow-typed/npm/babel-plugin-flow-react-proptypes_vx.x.x.js renamed to config/flow-typed/npm/babel-plugin-flow-react-proptypes_vx.x.x.js

File renamed without changes.

0 commit comments

Comments
 (0)