Skip to content

Bug: (inspector doubling configs) #227

@inikonorov

Description

@inikonorov

Environment

Node version: 24.13
npm version: 11.6.2
ESLint version: 9.34.0
Operating System: MacOS

What did you do?

I extend react-query config same way

export const reactQueryConfig: Linter.Config[] = defineConfig([
  {
    name: '@breezeventures/config-eslint/react-query',
    files: ['**/*.ts', '**/*.tsx'],
    extends: [pluginQuery.configs['flat/recommended']],
  },
]);

What did you expect to happen?

I thought that inspector will show me one extended config

What actually happened?

Inspector shows me 2 configs:

Image

Why config doesn't merge them?

Link to Minimal Reproducible Example

s

Participation

  • I am willing to submit a pull request for this issue.

AI acknowledgment

  • I did not use AI to generate this issue report.
  • (If the above is not checked) I have reviewed the AI-generated content before submitting.

Additional comments

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Needs Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions