chore: upgrade to eslint v9 (#2574)
This commit is contained in:
@@ -13,7 +13,7 @@ export interface PaginatedResponse {
|
||||
* Get the keys of an object that are not functions
|
||||
*/
|
||||
type NonFunctionPropertyNames<T> = {
|
||||
// eslint-disable-next-line @typescript-eslint/ban-types
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
||||
[K in keyof T]: T[K] extends Function ? never : K;
|
||||
}[keyof T];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user