This repository was archived by the owner on May 17, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 5
5
build : fusion-plugin-rpc-redux-react
6
6
image-repository : 296822479253.dkr.ecr.us-east-2.amazonaws.com/fusionjs
7
7
- wait
8
+ - command : yarn flow
9
+ name : ' :flowtype:'
10
+ plugins :
11
+ ' docker-compose#v1.7.0 ' :
12
+ run : fusion-plugin-rpc-redux-react
8
13
- name : ' :eslint:'
9
14
command : yarn lint
10
15
plugins :
Original file line number Diff line number Diff line change
1
+ [ignore]
2
+ .*/node_modules/.*[^(package)]\.json$
3
+
4
+ [include]
5
+ ./src/
6
+
7
+ [libs]
8
+
9
+ [lints]
10
+
11
+ [options]
12
+ suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
13
+
14
+ [strict]
Original file line number Diff line number Diff line change 42
42
"eslint-plugin-flowtype" : " ^2.39.1" ,
43
43
"eslint-plugin-prettier" : " ^2.3.1" ,
44
44
"eslint-plugin-react" : " ^7.4.0" ,
45
- "fusion-react " : " ^0.1.9 " ,
45
+ "flow-bin " : " ^0.59.0 " ,
46
46
"fusion-core" : " ^0.2.3" ,
47
+ "fusion-react" : " ^0.1.9" ,
47
48
"fusion-react-async" : " 0.1.4" ,
48
49
"prettier" : " 1.8.2" ,
49
50
"react" : " ^16.1.1" ,
Original file line number Diff line number Diff line change @@ -1917,6 +1917,10 @@ flat-cache@^1.2.1:
1917
1917
graceful-fs "^4.1.2"
1918
1918
write "^0.2.1"
1919
1919
1920
+ flow-bin@^0.59.0 :
1921
+ version "0.59.0"
1922
+ resolved "https://registry.npmjs.org/flow-bin/-/flow-bin-0.59.0.tgz#8c151ee7f09f1deed9bf0b9d1f2e8ab9d470f1bb"
1923
+
1920
1924
for-each@~0.3.2 :
1921
1925
version "0.3.2"
1922
1926
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.2.tgz#2c40450b9348e97f281322593ba96704b9abd4d4"
You can’t perform that action at this time.
0 commit comments