feat: support typescript-eslint@8 #1064
Annotations
10 errors
Test:
tests/src/config/recommended.ts#L22
Unused '@ts-expect-error' directive.
|
Test:
tests/src/config/recommended.ts#L50
Type 'boolean' is not assignable to type 'string'.
|
Test:
tests/src/config/recommended.ts#L51
Type 'Config<RulesRecord, RulesRecord>[]' has no properties in common with type 'Config<RulesRecord, RulesRecord>'.
|
Test:
tests/src/config/recommended.ts#L73
Type 'boolean' is not assignable to type 'string'.
|
Test:
tests/src/config/recommended.ts#L74
Type 'Config<RulesRecord, RulesRecord>[]' has no properties in common with type 'Config<RulesRecord, RulesRecord>'.
|
Test:
tests/src/integration/client-javascript.ts#L31
Unused '@ts-expect-error' directive.
|
Test:
tests/src/integration/client-javascript.ts#L40
Type '(Config<RulesRecord, RulesRecord> | { rules: Record<string, any>; })[]' has no properties in common with type 'Config<RulesRecord, RulesRecord>'.
|
Test:
tests/src/integration/client-typescript.ts#L32
Unused '@ts-expect-error' directive.
|
Test:
tests/src/integration/client-typescript.ts#L53
Type '(Config<RulesRecord, RulesRecord> | { files: string[]; languageOptions: { parser: typeof import("/home/runner/work/eslint-plugin-astro/eslint-plugin-astro/node_modules/@typescript-eslint/parser/dist/index") | null; }; rules: Record<...>; })[]' has no properties in common with type 'Config<RulesRecord, RulesRecord>'.
|
Test:
tests/src/integration/client-typescript.ts#L54
Unused '@ts-expect-error' directive.
|
Loading