Fix eslint-disable comment in Object.ts

This commit is contained in:
Simon Larsen 2024-04-03 21:04:23 +01:00
parent a03524496d
commit 8a0b94a18f
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -1,2 +1,2 @@
// @eslint-ignore typescript-eslint/ban-types // eslint-disable-next-line @typescript-eslint/ban-types
export type GlobalObject = object; export type GlobalObject = object;