mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 06:16:59 +08:00
style: use typescript resolver for eslint import plugin (#9662)
This commit is contained in:
@@ -17,7 +17,12 @@
|
||||
"@affine/templates": "workspace:*",
|
||||
"@affine/track": "workspace:*",
|
||||
"@blocksuite/affine": "workspace:*",
|
||||
"@blocksuite/affine-components": "workspace:*",
|
||||
"@blocksuite/affine-shared": "workspace:*",
|
||||
"@blocksuite/block-std": "workspace:*",
|
||||
"@blocksuite/global": "workspace:*",
|
||||
"@blocksuite/icons": "2.2.1",
|
||||
"@blocksuite/store": "workspace:*",
|
||||
"@capacitor/app": "^6.0.2",
|
||||
"@capacitor/browser": "^6.0.4",
|
||||
"@dotlottie/player-component": "^2.7.12",
|
||||
@@ -33,6 +38,7 @@
|
||||
"@radix-ui/react-scroll-area": "^1.2.2",
|
||||
"@radix-ui/react-toolbar": "^1.1.1",
|
||||
"@sentry/react": "^8.44.0",
|
||||
"@toeverything/infra": "workspace:*",
|
||||
"@toeverything/pdf-viewer": "^0.1.1",
|
||||
"@toeverything/theme": "^1.1.3",
|
||||
"@vanilla-extract/dynamic": "^2.1.2",
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user