



























@@ -1401,11 +1401,11 @@
14011401"lint:apps": "pnpm lint:swift",
14021402"lint:auth:no-pairing-store-group": "node scripts/check-no-pairing-store-group-auth.mjs",
14031403"lint:auth:pairing-account-scope": "node scripts/check-pairing-account-scope.mjs",
1404-"lint:core": "node scripts/run-oxlint.mjs --tsconfig tsconfig.oxlint.core.json src ui packages",
1404+"lint:core": "node scripts/run-oxlint.mjs --tsconfig config/tsconfig/oxlint.core.json src ui packages",
14051405"lint:docker-e2e": "node scripts/check-docker-e2e-boundaries.mjs",
14061406"lint:docs": "pnpm dlx --config.resolution-mode=highest markdownlint-cli2 --config config/markdownlint-cli2.jsonc",
14071407"lint:docs:fix": "pnpm dlx --config.resolution-mode=highest markdownlint-cli2 --config config/markdownlint-cli2.jsonc --fix",
1408-"lint:extensions": "node scripts/run-oxlint.mjs --tsconfig tsconfig.oxlint.extensions.json extensions",
1408+"lint:extensions": "node scripts/run-oxlint.mjs --tsconfig config/tsconfig/oxlint.extensions.json extensions",
14091409"lint:extensions:bundled": "node scripts/run-bundled-extension-oxlint.mjs",
14101410"lint:extensions:channels": "node scripts/run-extension-channel-oxlint.mjs",
14111411"lint:extensions:no-guarded-wildcard-reexports": "node scripts/check-extension-wildcard-reexports.mjs",
@@ -1420,7 +1420,7 @@
14201420"lint:plugins:no-monolithic-plugin-sdk-entry-imports": "node --import tsx scripts/check-no-monolithic-plugin-sdk-entry-imports.ts",
14211421"lint:plugins:no-register-http-handler": "node scripts/check-no-register-http-handler.mjs",
14221422"lint:plugins:plugin-sdk-subpaths-exported": "node scripts/check-plugin-sdk-subpath-exports.mjs",
1423-"lint:scripts": "pnpm lint:docker-e2e && node scripts/run-oxlint.mjs --tsconfig tsconfig.oxlint.scripts.json scripts",
1423+"lint:scripts": "pnpm lint:docker-e2e && node scripts/run-oxlint.mjs --tsconfig config/tsconfig/oxlint.scripts.json scripts",
14241424"lint:swift": "swiftlint lint --config config/swiftlint.yml && (cd apps/ios && swiftlint lint --config .swiftlint.yml)",
14251425"lint:tmp:channel-agnostic-boundaries": "node scripts/check-channel-agnostic-boundaries.mjs",
14261426"lint:tmp:dynamic-import-warts": "node scripts/check-dynamic-import-warts.mjs",
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。