File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
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 ,
Original file line number Diff line number Diff line change @@ -8875,10 +8875,10 @@ eslint-plugin-fb-flow@^0.0.4:
8875
8875
resolved "https://registry.yarnpkg.com/eslint-plugin-fb-flow/-/eslint-plugin-fb-flow-0.0.4.tgz#47fa51630a5620b3b03919194e783ddfc094fd5d"
8876
8876
integrity sha512-VWRoULiRkYqgeX4uCw2uIuu4v5DOhtWC+4fLM+qXX2mUtLf07znqhyTtxwIugnX8MgPczkaKmtDPrkuhvFmAoA==
8877
8877
8878
- eslint-plugin-ft-flow@^1.1 .0:
8879
- version "1.1 .0"
8880
- resolved "https://registry.yarnpkg.com/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-1.1 .0.tgz#bc41e242b26e542c9eb23280eacae933a43f7447 "
8881
- integrity sha512-Z1MVInDFYHV66Ok0dA+jR7fiHLCYY8eDl0z8yiQ/wAXkmfOJ8fEuHeFvx+z5Ykt3IojhWrmLKkDbC/KDj7FCQw ==
8878
+ eslint-plugin-ft-flow@^2.0 .0:
8879
+ version "2.0 .0"
8880
+ resolved "https://registry.yarnpkg.com/eslint-plugin-ft-flow/-/eslint-plugin-ft-flow-2.0 .0.tgz#c74016ef0840c7ff9d57ffdba3b353f9daa9711f "
8881
+ integrity sha512-W9/PDbph5xImmrarHPiUYO3GqDeCPegdrONjJqr9Qrdy7UeTOEetcfy6yaFputvvUrchFsSMNV2BM2hiKaEJ8w ==
8882
8882
dependencies:
8883
8883
lodash "^4.17.21"
8884
8884
string-natural-compare "^3.0.1"
You can’t perform that action at this time.
0 commit comments