File tree Expand file tree Collapse file tree 4 files changed +122
-107
lines changed Expand file tree Collapse file tree 4 files changed +122
-107
lines changed Original file line number Diff line number Diff line change @@ -451,6 +451,7 @@ overrides:
451
451
' @typescript-eslint/explicit-module-boundary-types ' : off # TODO consider
452
452
' @typescript-eslint/member-ordering ' : off # TODO consider
453
453
' @typescript-eslint/naming-convention ' : off # TODO consider
454
+ ' @typescript-eslint/no-base-to-string ' : error
454
455
' @typescript-eslint/no-dynamic-delete ' : off
455
456
' @typescript-eslint/no-empty-interface ' : error
456
457
' @typescript-eslint/no-explicit-any ' : off # TODO error
@@ -486,6 +487,7 @@ overrides:
486
487
' @typescript-eslint/prefer-nullish-coalescing ' : error
487
488
' @typescript-eslint/prefer-optional-chain ' : error
488
489
' @typescript-eslint/prefer-readonly ' : error
490
+ ' @typescript-eslint/prefer-readonly-parameter-types ' : off # FIXME: crash eslint
489
491
' @typescript-eslint/prefer-regexp-exec ' : error
490
492
' @typescript-eslint/prefer-string-starts-ends-with ' : off # TODO switch to error after IE11 drop
491
493
' @typescript-eslint/promise-function-async ' : off
Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
40
40
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
41
41
42
42
[version]
43
- ^0.119 .0
43
+ ^0.120 .0
Original file line number Diff line number Diff line change 44
44
},
45
45
"dependencies" : {},
46
46
"devDependencies" : {
47
- "@babel/core" : " 7.8.6 " ,
47
+ "@babel/core" : " 7.8.7 " ,
48
48
"@babel/plugin-transform-flow-strip-types" : " 7.8.3" ,
49
- "@babel/preset-env" : " 7.8.6 " ,
49
+ "@babel/preset-env" : " 7.8.7 " ,
50
50
"@babel/register" : " 7.8.6" ,
51
- "@typescript-eslint/eslint-plugin" : " 2.21 .0" ,
52
- "@typescript-eslint/parser" : " 2.21 .0" ,
51
+ "@typescript-eslint/eslint-plugin" : " 2.22 .0" ,
52
+ "@typescript-eslint/parser" : " 2.22 .0" ,
53
53
"babel-eslint" : " 10.1.0" ,
54
54
"chai" : " 4.2.0" ,
55
55
"cspell" : " 4.0.55" ,
56
- "dtslint" : " 3.2 .0" ,
56
+ "dtslint" : " 3.3 .0" ,
57
57
"eslint" : " 6.8.0" ,
58
58
"eslint-plugin-flowtype" : " 4.6.0" ,
59
59
"eslint-plugin-import" : " 2.20.1" ,
60
- "flow-bin" : " 0.119 .1" ,
60
+ "flow-bin" : " 0.120 .1" ,
61
61
"mocha" : " 7.1.0" ,
62
62
"nyc" : " 15.0.0" ,
63
63
"prettier" : " 1.19.1" ,
You can’t perform that action at this time.
0 commit comments