Skip to content

docs: prevent duplicate stylistic key in README example (#798) #917

docs: prevent duplicate stylistic key in README example (#798)

docs: prevent duplicate stylistic key in README example (#798) #917

Triggered via push January 15, 2026 00:01
Status Failure
Total duration 3m 14s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint
Process completed with exit code 1.
lint: src/configs/yaml.ts#L41
Type '{ 'accessor-pairs'?: Linter.RuleEntry<AccessorPairs>; 'antfu/consistent-chaining'?: Linter.RuleEntry<AntfuConsistentChaining>; ... 1734 more ...; yoda?: Linter.RuleEntry<Yoda>; }' is not assignable to type 'Rules'.
lint: src/configs/toml.ts#L40
Type '{ 'accessor-pairs'?: Linter.RuleEntry<AccessorPairs>; 'antfu/consistent-chaining'?: Linter.RuleEntry<AntfuConsistentChaining>; ... 1734 more ...; yoda?: Linter.RuleEntry<Yoda>; }' is not assignable to type 'Rules'.
lint: src/configs/svelte.ts#L52
Type '{ 'accessor-pairs'?: Linter.RuleEntry<AccessorPairs>; 'antfu/consistent-chaining'?: Linter.RuleEntry<AntfuConsistentChaining>; ... 1734 more ...; yoda?: Linter.RuleEntry<Yoda>; }' is not assignable to type 'Rules'.
lint: src/configs/jsonc.ts#L40
Type '{ 'accessor-pairs'?: Linter.RuleEntry<AccessorPairs>; 'antfu/consistent-chaining'?: Linter.RuleEntry<AntfuConsistentChaining>; ... 1734 more ...; yoda?: Linter.RuleEntry<Yoda>; }' is not assignable to type 'Rules'.