chore(deps): update typescript-eslint monorepo to v5 (major) (#5950)

This commit is contained in:
renovate[bot]
2021-11-01 17:52:49 +02:00
committed by GitHub
parent 9e792f80a9
commit 876b102e3a
3 changed files with 60 additions and 55 deletions

View File

@ -1,4 +1,4 @@
export function sortKeys<Item extends unknown>(
export function sortKeys<Item>(
sortedKeys: string[],
// eslint-disable-next-line @typescript-eslint/no-explicit-any
selector: (a: Item) => string = (a: any) => a,