Type '({ readonly rules: Readonly<RulesRecord>; } | Config)[]' is not assignable to type 'Config<RulesRecord>[]'. #10899
Labels
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
preset config change
Proposal for an addition, removal, or general change to a preset config
triage
Waiting for team members to take a look
Before You File a Proposal Please Confirm You Have Done The Following...
Description
I just installed eslint with typescript-eslint (
npm init @eslint/config@latest
) - I haven't done anything yet - right away I get this error.Impacted Configurations
Additional Info
I am using vscode with:
https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint @ latest
https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode @ latest
I have read that the problem is with the eslint types (#10872) but maybe you will find another way to fix this - so I leave this bug here :P
The text was updated successfully, but these errors were encountered: