feat: use typescript project only for type-aware files, closes #380 (… #312
Annotations
10 errors
Build:
src/configs/jsonc.ts#L36
Type 'typeof import("/home/runner/work/eslint-config/eslint-config/node_modules/.pnpm/[email protected]/node_modules/jsonc-eslint-parser/lib/index")' is not assignable to type 'ParserModule | undefined'.
|
Build:
src/configs/markdown.ts#L40
Type '{ meta: { name: string; }; parseForESLint: (code: string) => { ast: { body: never[]; comments: never[]; loc: { end: number; start: number; }; range: number[]; tokens: never[]; type: string; }; scopeManager: null; services: { ...; }; visitorKeys: { ...; }; }; }' is not assignable to type 'ParserModule | undefined'.
|
Build:
src/configs/formatters.ts#L70
Type '{ meta: { name: string; }; parseForESLint: (code: string) => { ast: { body: never[]; comments: never[]; loc: { end: number; start: number; }; range: number[]; tokens: never[]; type: string; }; scopeManager: null; services: { ...; }; visitorKeys: { ...; }; }; }' is not assignable to type 'ParserModule | undefined'.
|
Build:
src/configs/formatters.ts#L122
Type '{ meta: { name: string; }; parseForESLint: (code: string) => { ast: { body: never[]; comments: never[]; loc: { end: number; start: number; }; range: number[]; tokens: never[]; type: string; }; scopeManager: null; services: { ...; }; visitorKeys: { ...; }; }; }' is not assignable to type 'ParserModule | undefined'.
|
Build:
src/configs/formatters.ts#L145
Type '{ meta: { name: string; }; parseForESLint: (code: string) => { ast: { body: never[]; comments: never[]; loc: { end: number; start: number; }; range: number[]; tokens: never[]; type: string; }; scopeManager: null; services: { ...; }; visitorKeys: { ...; }; }; }' is not assignable to type 'ParserModule | undefined'.
|
Build:
src/configs/formatters.ts#L171
Type '{ meta: { name: string; }; parseForESLint: (code: string) => { ast: { body: never[]; comments: never[]; loc: { end: number; start: number; }; range: number[]; tokens: never[]; type: string; }; scopeManager: null; services: { ...; }; visitorKeys: { ...; }; }; }' is not assignable to type 'ParserModule | undefined'.
|
Build:
src/configs/svelte.ts#L41
Type 'typeof import("/home/runner/work/eslint-config/eslint-config/node_modules/.pnpm/[email protected][email protected]/node_modules/svelte-eslint-parser/lib/index")' is not assignable to type 'ParserModule | undefined'.
|
Build:
src/configs/typescript.ts#L62
Type 'typeof import("/home/runner/work/eslint-config/eslint-config/node_modules/.pnpm/@typescript-eslint[email protected][email protected][email protected]/node_modules/@typescript-eslint/parser/dist/index")' is not assignable to type 'ParserModule | undefined'.
|
Build:
src/configs/vue.ts#L45
Type 'typeof import("vue-eslint-parser")' is not assignable to type 'ParserModule | undefined'.
|
Build:
src/configs/yaml.ts#L37
Type 'typeof import("/home/runner/work/eslint-config/eslint-config/node_modules/.pnpm/[email protected]/node_modules/yaml-eslint-parser/lib/index")' is not assignable to type 'ParserModule | undefined'.
|
The logs for this run have expired and are no longer available.
Loading