File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ Object {
197
197
" ft-flow/no-duplicate-type-union-intersection-members" : 2 ,
198
198
" ft-flow/no-existential-type" : 2 ,
199
199
" ft-flow/no-flow-fix-me-comments" : 0 ,
200
- " ft-flow/no-flow-fix-me -in-strict-files" : 0 ,
200
+ " ft-flow/no-flow-suppressions -in-strict-files" : 0 ,
201
201
" ft-flow/no-internal-flow-type" : 2 ,
202
202
" ft-flow/no-mixed" : 0 ,
203
203
" ft-flow/no-mutable-array" : 0 ,
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ Object {
588
588
" ft-flow/no-duplicate-type-union-intersection-members" : 2 ,
589
589
" ft-flow/no-existential-type" : 2 ,
590
590
" ft-flow/no-flow-fix-me-comments" : 0 ,
591
- " ft-flow/no-flow-fix-me -in-strict-files" : 0 ,
591
+ " ft-flow/no-flow-suppressions -in-strict-files" : 0 ,
592
592
" ft-flow/no-internal-flow-type" : 2 ,
593
593
" ft-flow/no-mixed" : 0 ,
594
594
" ft-flow/no-mutable-array" : 0 ,
Original file line number Diff line number Diff line change 21
21
"eslint-plugin-adeira" : " ^0.15.0" ,
22
22
"eslint-plugin-eslint-comments" : " ^3.2.0" ,
23
23
"eslint-plugin-fb-flow" : " ^0.0.4" ,
24
- "eslint-plugin-ft-flow" : " ^1.1 .0" ,
24
+ "eslint-plugin-ft-flow" : " ^2.0 .0" ,
25
25
"eslint-plugin-import" : " ^2.25.3" ,
26
26
"eslint-plugin-jest" : " ^25.3.2" ,
27
27
"eslint-plugin-jsx-a11y" : " ^6.5.1" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module.exports = ({
27
27
'ft-flow/no-duplicate-type-union-intersection-members' : ERROR ,
28
28
'ft-flow/no-existential-type' : ERROR , // https://github.com/facebook/flow/issues/6308
29
29
'ft-flow/no-flow-fix-me-comments' : OFF ,
30
- 'ft-flow/no-flow-fix-me -in-strict-files' : OFF , // TODO: enable (after fixing our codebase)
30
+ 'ft-flow/no-flow-suppressions -in-strict-files' : OFF , // TODO: enable (after fixing our codebase)
31
31
'ft-flow/no-internal-flow-type' : ERROR ,
32
32
'ft-flow/no-mixed' : OFF ,
33
33
'ft-flow/no-mutable-array' : OFF ,
You can’t perform that action at this time.
0 commit comments