feat: bootstrap next.js + tailwind + deps

This commit is contained in:
2026-05-25 13:44:28 +00:00
parent e81ac32982
commit a96a2e60d8
12 changed files with 1564 additions and 0 deletions

2
eslint.config.mjs Normal file
View File

@@ -0,0 +1,2 @@
import next from 'eslint-config-next'
export default [...next, { rules: { '@typescript-eslint/no-explicit-any': 'warn' } }]