Skip to content

feat(pull-through-cache): init package #102

feat(pull-through-cache): init package

feat(pull-through-cache): init package #102

Triggered via push May 19, 2024 10:05
Status Failure
Total duration 48s
Billable time 2m
Artifacts

ci.yml

on: push
build-lint-test
37s
build-lint-test
check-licenses  /  Check used licenses
40s
check-licenses / Check used licenses
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-lint-test: packages/eslint-config/src/imports.ts#L8
Type '({ files: string[]; plugins: { "import-x": { configs: { recommended: { plugins: ["import-x"]; rules: { 'import-x/no-unresolved': "error"; 'import-x/named': "error"; 'import-x/namespace': "error"; 'import-x/default': "error"; 'import-x/export': "error"; 'import-x/no-named-as-default': "warn"; 'import-x/no-named-as-de...' is not assignable to type 'Config[]'.
build-lint-test: packages/eslint-config/src/imports.ts#L15
Type '{ configs: { recommended: { plugins: ["import-x"]; rules: { 'import-x/no-unresolved': "error"; 'import-x/named': "error"; 'import-x/namespace': "error"; 'import-x/default': "error"; 'import-x/export': "error"; 'import-x/no-named-as-default': "warn"; 'import-x/no-named-as-default-member': "warn"; 'import-x/no-duplica...' is not assignable to type 'Omit<Plugin, "configs">'.
build-lint-test: packages/eslint-config/src/javascript.ts#L21
Type '({ files: string[]; languageOptions: { parser: typeof import("/home/runner/work/platforms/platforms/node_modules/@typescript-eslint/parser/dist/index"); parserOptions: { project: false; }; }; } | { ...; } | { ...; } | { ...; } | { ...; })[]' is not assignable to type 'Config[]'.
build-lint-test: packages/eslint-config/src/javascript.ts#L80
Type 'Plugin & { configs: Record<"recommended" | "recommended-error" | "recommended-typescript" | "recommended-typescript-error" | "recommended-typescript-flavor" | "recommended-typescript-flavor-error" | ... 5 more ... | "flat/recommended-typescript-flavor-error", FlatConfig<...>>; }' is not assignable to type 'Omit<Plugin, "configs">'.
build-lint-test: packages/eslint-config/src/markdown.ts#L15
Type 'typeof import("/home/runner/work/platforms/platforms/node_modules/@types/eslint-plugin-markdown/index")' is not assignable to type 'Omit<Plugin, "configs">'.
build-lint-test: packages/eslint-config/src/markdown.ts#L17
Type 'Processor<string | ProcessorFile>' is not assignable to type 'string | ProcessorModule | undefined'.
build-lint-test: packages/eslint-config/src/markdown.ts#L28
Type '{ name?: string | undefined; files: (FileSpec | FileSpec[])[]; ignores?: FileSpec[] | undefined; languageOptions?: LanguageOptions | undefined; ... 4 more ...; settings?: SharedConfigurationSettings | undefined; }[]' is not assignable to type 'Config[]'.
build-lint-test: packages/eslint-config/src/markdown.ts#L47
Type '(FileSpec | FileSpec[])[]' is not assignable to type 'string[]'.
build-lint-test: packages/eslint-config/src/format-plugin/index.ts#L19
Object literal may only specify known properties, and 'category' does not exist in type 'RuleMetaDataDocs'.
build-lint-test: packages/eslint-config/src/prettier.ts#L204
Type '(messages: LintMessage[][]) => LintMessage[]' is not assignable to type 'PostProcess'.