Describe the bug
Changes in #267 now lead to the following error:
eslint --fix
Oops! Something went wrong! :(
ESLint: 9.31.0
Error: Error while loading rule 'pnpm/json-enforce-catalog': pnpm-workspace.yaml not found
Seems to be this configuration.
Steps to reproduce
My setup:
//eslint.config.js
import { tanstackConfig } from '@tanstack/eslint-config'
export default [
...tanstackConfig,
]
And I do not use pnpm
Expected behavior
No Error
How often does this bug happen?
Every time
Screenshots or Videos
No response
TanStack Config version
@tanstack/eslint-config==0.3.0
TypeScript version
No response
Additional context
No response
Describe the bug
Changes in #267 now lead to the following error:
Seems to be this configuration.
Steps to reproduce
My setup:
And I do not use
pnpmExpected behavior
No Error
How often does this bug happen?
Every time
Screenshots or Videos
No response
TanStack Config version
@tanstack/eslint-config==0.3.0
TypeScript version
No response
Additional context
No response