build(deps): bump @eslint/config-helpers from 0.4.2 to 0.5.3 #1054
Annotations
8 errors
|
lint
Process completed with exit code 2.
|
|
lint:
src/eslint/configs/typescript-strict.ts#L16
Type 'CompatibleConfig | { name: string; plugins: { antfu: { meta: { name: string; version: string; }; rules: { 'consistent-chaining': RuleModule<Options>; ... 9 more ...; 'top-level-function': RuleModule<...>; }; }; }; } | { ...; }' is not assignable to type 'ConfigWithExtends'.
|
|
lint:
src/eslint/configs/typescript-strict.ts#L10
Type '{ name: string; plugins: { antfu: { meta: { name: string; version: string; }; rules: { 'consistent-chaining': RuleModule<Options>; 'consistent-list-newline': RuleModule<Options$1>; ... 8 more ...; 'top-level-function': RuleModule<...>; }; }; }; }' is not assignable to type 'ConfigWithExtends'.
|
|
lint:
src/eslint/configs/typescript-strict.ts#L9
Type 'CompatibleConfig | { name: string; plugins: { antfu: { meta: { name: string; version: string; }; rules: { 'consistent-chaining': RuleModule<Options>; ... 9 more ...; 'top-level-function': RuleModule<...>; }; }; }; } | { ...; }' is not assignable to type 'ConfigWithExtends'.
|
|
lint:
src/eslint/configs/typescript-strict.ts#L8
Type 'CompatibleConfig | { name: string; plugins: { antfu: { meta: { name: string; version: string; }; rules: { 'consistent-chaining': RuleModule<Options>; ... 9 more ...; 'top-level-function': RuleModule<...>; }; }; }; } | { ...; }' is not assignable to type 'ConfigWithExtends'.
|
|
lint:
src/eslint/configs/react.ts#L58
Type '{ deprecatedRules: Partial<{ 'boolean-prop-naming': RuleModule; 'button-has-type': RuleModule; 'checked-requires-onchange-or-readonly': RuleModule; 'default-props-match-prop-types': RuleModule; ... 98 more ...; 'void-dom-elements-no-children': RuleModule; }>; rules: { ...; }; configs: { ...; } & { ...; }; }' is not assignable to type 'Plugin'.
|
|
lint:
src/eslint/configs/javascript.ts#L37
Type '{ meta: { name: string; version: string; }; rules: { 'consistent-chaining': RuleModule<Options>; 'consistent-list-newline': RuleModule<Options$1>; ... 8 more ...; 'top-level-function': RuleModule<...>; }; }' is not assignable to type 'Plugin'.
|
|
lint:
src/eslint/configs/imports.ts#L23
Type '{ meta: { name: string; version: string; }; rules: { 'consistent-chaining': RuleModule<Options>; 'consistent-list-newline': RuleModule<Options$1>; ... 8 more ...; 'top-level-function': RuleModule<...>; }; }' is not assignable to type 'Plugin'.
|