docs: prevent duplicate stylistic key in README example (#798) #917
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'.
|