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:
Why config doesn't merge them?
Link to Minimal Reproducible Example
Participation
AI acknowledgment
Additional comments
No response
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
What did you expect to happen?
I thought that inspector will show me one extended config
What actually happened?
Inspector shows me 2 configs:
Why config doesn't merge them?
Link to Minimal Reproducible Example
Participation
AI acknowledgment
Additional comments
No response