UNPKG

create-codehuddle-nextjs

Version:

🚀 Interactive CLI tool to generate modern Next.js 15 apps with authentication, payments, dashboard, PWA, and more. Choose your stack with TypeScript, Tailwind CSS, shadcn/ui, and enterprise features.

5 lines (4 loc) • 111 B
module.exports = { '*': ['eslint --fix --no-warn-ignored'], '**/*.ts?(x)': () => 'npm run check-types', };