Skip to content

Commit 056a6e4

Browse files
Update deps (#2603)
1 parent d10cf6c commit 056a6e4

File tree

4 files changed

+293
-282
lines changed

4 files changed

+293
-282
lines changed

.eslintrc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,8 @@ overrides:
509509
'@typescript-eslint/adjacent-overload-signatures': error
510510
'@typescript-eslint/array-type': [error, { default: generic }]
511511
'@typescript-eslint/await-thenable': error
512-
'@typescript-eslint/ban-ts-comment': error
512+
'@typescript-eslint/ban-ts-comment':
513+
[error, { 'ts-expect-error': 'allow-with-description' }]
513514
'@typescript-eslint/ban-types': error
514515
'@typescript-eslint/class-literal-property-style': off
515516
'@typescript-eslint/consistent-type-assertions':

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)?)\\)
3939
suppress_comment=\\(.\\|\n\\)*\\$DisableFlowOnNegativeTest
4040

4141
[version]
42-
^0.125.0
42+
^0.126.0

0 commit comments

Comments
 (0)