chore(deps): bump eslint-plugin-markdown from 3.0.1 to 5.0.0 #99
ci.yml
on: pull_request
build-lint-test
45s
check-licenses
/
Check used licenses
46s
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#L13
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#L29
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#L40
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#L203
Type '(messages: LintMessage[][]) => LintMessage[]' is not assignable to type 'PostProcess'.
|
build-lint-test:
packages/eslint-config/src/typescript.ts#L77
Type '({ files: string[]; plugins: { "@typescript-eslint": Plugin; }; languageOptions: { parser: LooseParserModule; parserOptions: { project: string | boolean | undefined; warnOnUnsupportedTypeScriptVersion: false; }; }; } | { ...; } | { ...; })[]' is not assignable to type 'Config[]'.
|