-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
awaiting responseIssues waiting for a reply from the OP or another partyIssues waiting for a reply from the OP or another partybugSomething isn't workingSomething isn't workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin
Description
Before You File a Bug Report Please Confirm You Have Done The Following...
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I have searched for related issues and found none that matched my issue.
- I have read the FAQ and my problem is not listed.
Playground Link
Repro Code
Seems that change from `TSESLint.FlatConfig.ConfigArray` to `CompatibleConfigArray` default configs is now warning:
Argument type `CompatibleConfigArray` is not assignable to parameter type `InfiniteDepthConfigWithExtends`
ESLint Config
import tseslint from 'typescript-eslint';
export default _eslint.config(
tseslint.configs.strictTypeChecked,
tseslint.configs.stylisticTypeChecked
);
tsconfig
Expected Result
No warnings
Actual Result
Argument type CompatibleConfigArray
is not assignable to parameter type InfiniteDepthConfigWithExtends
Additional Info
No response
Metadata
Metadata
Assignees
Labels
awaiting responseIssues waiting for a reply from the OP or another partyIssues waiting for a reply from the OP or another partybugSomething isn't workingSomething isn't workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin