Dan Montanari
Dan Montanari
But if i switch to ts-jest, it works well ```js const config: JestConfig = { // ... transform: { '^.+\\.(ts|tsx)?$': 'ts-jest', '^.+\\.(js|jsx)$': 'babel-jest', // '^.+\\.(t|j)sx?$': ['@swc/jest', swcConfig as Record], },...
Hi! Recently, I've been migrating from `eslint-plugin-react` to `@eslint-react/eslint-plugin` and find its rules very useful. However, I've noticed that that they don't seem to support fixable. Are there any plans...
+1