mirror of
https://github.com/sajenim/javascript-template.git
synced 2025-12-17 03:50:40 +08:00
Modernize templates with Tailwind v4 and ESLint flat config
- Add Tailwind CSS v4 to Next.js template with zero-config setup - Migrate both templates to ESLint flat config (eslint.config.mjs) - Add proper .gitignore files to vanilla and nextjs templates - Simplify root .gitignore to only Nix artifacts - Update styling for consistent visual identity across templates - Update README to reflect Tailwind inclusion and flat config
This commit is contained in:
parent
82b429b221
commit
1f1a1f347d
14 changed files with 136 additions and 104 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -1,16 +1,3 @@
|
|||
# Dependencies
|
||||
node_modules/
|
||||
bun.lockb
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
.next/
|
||||
out/
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# Direnv
|
||||
# Nix
|
||||
.direnv/
|
||||
result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue