tpmjs/packages/config
Ajax Davis 54f2c1a2d1 fix: resolve ESLint configuration and TypeScript errors across monorepo
- Add "type": "module" to @tpmjs/eslint-config package.json for ES module support
- Rename eslint.config.js to eslint.config.mjs in apps/web and packages/ui
- Update ESLint configs to ignore build directories (.next, dist, .turbo)
- Extend import/no-internal-modules allowlist for Next.js, testing libs, and React
- Fix unescaped quotes in playground page code elements
- Convert CardDescriptionProps from empty interface to type alias
- Disable jsx-a11y/no-autofocus rule in test files
- Change web app lint script from 'next lint' to 'eslint .'
- Fix TypeScript ref type inference errors in UI package tests by using non-null assertions
- Disable Biome noNonNullAssertion rule for test files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 13:25:30 +10:00
..
eslint fix: resolve ESLint configuration and TypeScript errors across monorepo 2025-11-26 13:25:30 +10:00
tailwind feat(design-system): complete blueprint aesthetic redesign with editorial typography 2025-11-26 08:52:57 +10:00
tsconfig feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
biome.json fix: resolve ESLint configuration and TypeScript errors across monorepo 2025-11-26 13:25:30 +10:00
package.json feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00