File tree 3 files changed +90
-199
lines changed 3 files changed +90
-199
lines changed Original file line number Diff line number Diff line change 35
35
# https://github.com/prettier/eslint-plugin-prettier#installation
36
36
prettier/prettier : error
37
37
38
- # `eslint-plugin-flowtype` rule list based on `v2.50 .0`
38
+ # `eslint-plugin-flowtype` rule list based on `v3.0 .0`
39
39
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
40
40
41
41
flowtype/array-style-complex-type : [error, verbose]
52
52
flowtype/no-primitive-constructor-types : error
53
53
flowtype/no-types-missing-file-annotation : error
54
54
# flowtype/no-unused-expressions: undecided
55
- flowtype/no-weak-types : [error, {any: false}]
55
+ flowtype/no-weak-types : [error, { any: false, mixed: false }]
56
56
flowtype/object-type-delimiter : off
57
57
flowtype/require-exact-type : off
58
58
flowtype/require-parameter-type : off
72
72
flowtype/valid-syntax : off
73
73
74
74
# #################################################
75
- # ESLint builtin rules list based on `v5.6 .0`
75
+ # ESLint builtin rules list based on `v5.7 .0`
76
76
# #################################################
77
77
78
78
# Possible Errors
Original file line number Diff line number Diff line change 66
66
"benchmark" : " 2.1.4" ,
67
67
"chai" : " 4.2.0" ,
68
68
"coveralls" : " 3.0.2" ,
69
- "eslint" : " 5.6.1 " ,
70
- "eslint-plugin-flowtype" : " 2.50.3 " ,
69
+ "eslint" : " 5.7.0 " ,
70
+ "eslint-plugin-flowtype" : " 3.0.0 " ,
71
71
"eslint-plugin-prettier" : " 3.0.0" ,
72
72
"flow-bin" : " 0.83.0" ,
73
73
"mocha" : " 5.2.0" ,
74
- "nyc" : " 13.0.1 " ,
74
+ "nyc" : " 13.1.0 " ,
75
75
"prettier" : " 1.14.3" ,
76
76
"sane" : " 4.0.1"
77
77
}
You can’t perform that action at this time.
0 commit comments