style: use typescript resolver for eslint import plugin (#9662)

This commit is contained in:
Brooooooklyn
2025-01-13 05:56:29 +00:00
parent 77fbcb1b9a
commit e72371d15c
38 changed files with 207 additions and 15 deletions

View File

@@ -14,6 +14,12 @@
{ "path": "../graphql" },
{ "path": "../i18n" },
{ "path": "../track" },
{ "path": "../../../blocksuite/affine/all" }
{ "path": "../../../blocksuite/affine/all" },
{ "path": "../../../blocksuite/affine/components" },
{ "path": "../../../blocksuite/affine/shared" },
{ "path": "../../../blocksuite/framework/block-std" },
{ "path": "../../../blocksuite/framework/global" },
{ "path": "../../../blocksuite/framework/store" },
{ "path": "../../common/infra" }
]
}