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

@@ -16,6 +16,7 @@
"@capacitor/android": "^6.2.0",
"@capacitor/core": "^6.2.0",
"@sentry/react": "^8.44.0",
"@toeverything/infra": "workspace:*",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0"

View File

@@ -10,6 +10,7 @@
{ "path": "../../component" },
{ "path": "../../core" },
{ "path": "../../i18n" },
{ "path": "../../../../blocksuite/affine/all" }
{ "path": "../../../../blocksuite/affine/all" },
{ "path": "../../../common/infra" }
]
}

View File

@@ -14,6 +14,8 @@
"@affine/i18n": "workspace:*",
"@emotion/react": "^11.14.0",
"@sentry/react": "^8.44.0",
"@toeverything/infra": "workspace:*",
"@toeverything/theme": "^1.1.3",
"@vanilla-extract/css": "^1.16.1",
"next-themes": "^0.4.4",
"react": "^19.0.0",

View File

@@ -12,6 +12,7 @@
{ "path": "../../core" },
{ "path": "../../electron-api" },
{ "path": "../../i18n" },
{ "path": "../../../common/infra" },
{ "path": "../../../../tools/utils" }
]
}

View File

@@ -14,7 +14,9 @@
"@affine/component": "workspace:*",
"@affine/core": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/nbstore": "workspace:*",
"@blocksuite/affine": "workspace:*",
"@blocksuite/affine-components": "workspace:*",
"@blocksuite/icons": "2.2.1",
"@capacitor/app": "^6.0.2",
"@capacitor/browser": "^6.0.4",

View File

@@ -10,7 +10,9 @@
{ "path": "../../component" },
{ "path": "../../core" },
{ "path": "../../i18n" },
{ "path": "../../../common/nbstore" },
{ "path": "../../../../blocksuite/affine/all" },
{ "path": "../../../../blocksuite/affine/components" },
{ "path": "../../../common/infra" },
{ "path": "../../native" }
]

View File

@@ -15,6 +15,7 @@
"@blocksuite/affine": "workspace:*",
"@blocksuite/icons": "2.2.1",
"@sentry/react": "^8.44.0",
"@toeverything/infra": "workspace:*",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0"

View File

@@ -10,6 +10,7 @@
{ "path": "../../component" },
{ "path": "../../core" },
{ "path": "../../i18n" },
{ "path": "../../../../blocksuite/affine/all" }
{ "path": "../../../../blocksuite/affine/all" },
{ "path": "../../../common/infra" }
]
}

View File

@@ -14,6 +14,7 @@
"@affine/i18n": "workspace:*",
"@emotion/react": "^11.14.0",
"@sentry/react": "^8.44.0",
"@toeverything/infra": "workspace:*",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0"

View File

@@ -9,6 +9,7 @@
"references": [
{ "path": "../../component" },
{ "path": "../../core" },
{ "path": "../../i18n" }
{ "path": "../../i18n" },
{ "path": "../../../common/infra" }
]
}

View File

@@ -14,7 +14,6 @@
},
"peerDependencies": {
"@blocksuite/affine": "*",
"@blocksuite/icons": "2.1.72",
"@swc/core": "^1.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"

View File

@@ -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",

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" }
]
}