Skip to content

Commit 44613cc

Browse files
Update deps (#3276)
1 parent 8261922 commit 44613cc

File tree

5 files changed

+959
-1078
lines changed

5 files changed

+959
-1078
lines changed

.eslintrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ overrides:
461461
tsdoc/syntax: error
462462

463463
##########################################################################
464-
# `@typescript-eslint/eslint-plugin` rule list based on `v4.29.x`
464+
# `@typescript-eslint/eslint-plugin` rule list based on `v4.31.x`
465465
##########################################################################
466466

467467
# Supported Rules
@@ -534,8 +534,8 @@ overrides:
534534
'@typescript-eslint/prefer-reduce-type-parameter': error
535535
'@typescript-eslint/prefer-regexp-exec': off
536536
'@typescript-eslint/prefer-return-this-type': error
537-
'@typescript-eslint/prefer-ts-expect-error': error
538537
'@typescript-eslint/prefer-string-starts-ends-with': off # TODO switch to error after IE11 drop
538+
'@typescript-eslint/prefer-ts-expect-error': error
539539
'@typescript-eslint/promise-function-async': off
540540
'@typescript-eslint/require-array-sort-compare': error
541541
'@typescript-eslint/restrict-plus-operands': off #TODO temporarily disabled

integrationTests/ts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"typescript-4.0": "npm:[email protected]",
1212
"typescript-4.1": "npm:[email protected]",
1313
"typescript-4.2": "npm:[email protected]",
14-
"typescript-4.3": "npm:[email protected]"
14+
"typescript-4.3": "npm:[email protected]",
15+
"typescript-4.4": "npm:[email protected]"
1516
}
1617
}

0 commit comments

Comments
 (0)