Skip to content

Update dependency @types/eslint to v9 #829

Update dependency @types/eslint to v9

Update dependency @types/eslint to v9 #829

Triggered via pull request August 30, 2024 17:14
Status Failure
Total duration 24s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test: src/base.ts#L12
Conversion of type '{ extends: string[]; plugins: string[]; parserOptions: { sourceType: string; ecmaVersion: string; }; env: { "jest/globals"?: boolean; es6: boolean; node: boolean; browser: boolean; }; settings: { "import/resolver": { ...; }; }; rules: { ...; }; overrides: { ...; }[]; }' to type 'Config<RulesRecord>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test: src/react.ts#L3
Conversion of type '{ extends: string[]; plugins: string[]; settings: { react: { version: string; }; linkComponents: string[]; }; rules: { "react-hooks/exhaustive-deps": "error"; "react-hooks/rules-of-hooks": "error"; "react/display-name": "off"; ... 10 more ...; "react/require-render-return": "off"; }; }' to type 'Config<RulesRecord>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test
Process completed with exit code 2.