Revert "Fix linting"

This reverts commit 54631d353e.
This commit is contained in:
Andrey Sobolev
2025-10-16 21:09:55 +07:00
parent 54631d353e
commit 4e4c5bc4d9
+3 -2
View File
@@ -13,9 +13,10 @@
// limitations under the License.
//
import type { Account, AccountRole, AccountUuid, Doc, Domain, PersonId, Ref } from './classes'
import { type MeasureContext } from '@hcengineering/measurements'
import type { Account, AccountRole, AccountUuid, Doc, PersonId, Ref } from './classes'
import type { Tx } from './tx'
import { type DocumentQuery, type FindOptions } from './storage'
import type { DocumentUpdate, Tx } from './tx'
import { PermissionsGrant, type WorkspaceIds } from './utils'
/**