@@ -38,38 +38,38 @@ rules:
38
38
# `eslint-plugin-flowtype` rule list based on `v2.50.0`
39
39
# https://github.com/gajus/eslint-plugin-flowtype#eslint-plugin-flowtype
40
40
41
- # flowtype/array-style-complex-type: undecided
42
- # flowtype/array-style-simple-type: undecided
41
+ flowtype/array-style-complex-type : [error, verbose]
42
+ flowtype/array-style-simple-type : [error, verbose]
43
43
flowtype/boolean-style : off
44
44
flowtype/define-flow-type : error
45
45
flowtype/delimiter-dangle : off
46
46
flowtype/generic-spacing : off
47
- # flowtype/newline-after-flow-annotation: undecided
48
- # flowtype/no-dupe-keys: undecided
49
- # flowtype/no-existential-type: undecided
50
- # flowtype/no-flow-fix-me-comments: undecided
51
- # flowtype/no-mutable-array: undecided
52
- # flowtype/no-primitive-constructor-types: undecided
47
+ flowtype/newline-after-flow-annotation : [error, always]
48
+ flowtype/no-dupe-keys : error
49
+ flowtype/no-existential-type : off
50
+ flowtype/no-flow-fix-me-comments : off
51
+ flowtype/no-mutable-array : off
52
+ flowtype/no-primitive-constructor-types : error
53
53
flowtype/no-types-missing-file-annotation : error
54
54
# flowtype/no-unused-expressions: undecided
55
55
flowtype/no-weak-types : [error, {any: false}]
56
56
flowtype/object-type-delimiter : off
57
- # flowtype/require-exact-type: undecided
58
- # flowtype/require-parameter-type: undecided
59
- # flowtype/require-return-type: undecided
60
- # flowtype/require-types-at-top: undecided
57
+ flowtype/require-exact-type : off
58
+ flowtype/require-parameter-type : off
59
+ flowtype/require-return-type : off
60
+ flowtype/require-types-at-top : off
61
61
flowtype/require-valid-file-annotation : [error, always, { annotationStyle: block }]
62
- # flowtype/require-variable-type: undecided
62
+ flowtype/require-variable-type : off
63
63
flowtype/semi : off
64
- # flowtype/sort-keys: undecided
64
+ flowtype/sort-keys : off
65
65
flowtype/space-after-type-colon : off
66
66
flowtype/space-before-generic-bracket : off
67
67
flowtype/space-before-type-colon : off
68
- # flowtype/type-id-match: undecided
68
+ flowtype/type-id-match : off
69
69
# flowtype/type-import-style: undecided
70
70
flowtype/union-intersection-spacing : off
71
71
flowtype/use-flow-type : error
72
- # flowtype/valid-syntax: undecided
72
+ flowtype/valid-syntax : off
73
73
74
74
# Possible Errors
75
75
# https://eslint.org/docs/rules/#possible-errors
0 commit comments