Files
vibe-kanban/frontend/.eslintrc.cjs
Theo Browne eeee9f6aea fix: resolve ESLint tsconfig.json path using absolute path (#2033)
Fix parsing error where ESLint was trying to read tsconfig.json from root directory instead of frontend directory. Use path.join(__dirname, 'tsconfig.json') to ensure correct resolution.
2026-01-14 10:59:26 +01:00

10 KiB