javascript-template/templates/nextjs
jasmine 99b5fa33e8
Remove eslint binary from package.json - provided by Nix devshell
Nix provides the eslint binary while package.json provides framework-specific
plugins (eslint-config-next). This separates tooling binaries from config packages.
2025-11-23 20:16:02 +08:00
..
app Modernize templates with Tailwind v4 and ESLint flat config 2025-11-15 22:34:05 +08:00
nix/modules Clean up template configurations for initialized projects 2025-11-14 12:26:43 +08:00
.envrc Restructure templates to include Nix development environment 2025-11-14 12:05:50 +08:00
.gitignore Modernize templates with Tailwind v4 and ESLint flat config 2025-11-15 22:34:05 +08:00
.prettierignore Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00
eslint.config.mjs Modernize templates with Tailwind v4 and ESLint flat config 2025-11-15 22:34:05 +08:00
flake.lock Restructure templates to include Nix development environment 2025-11-14 12:05:50 +08:00
flake.nix Fix template metadata and naming 2025-11-14 12:33:56 +08:00
Justfile Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00
next.config.js Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00
package.json Remove eslint binary from package.json - provided by Nix devshell 2025-11-23 20:16:02 +08:00
postcss.config.mjs Modernize templates with Tailwind v4 and ESLint flat config 2025-11-15 22:34:05 +08:00
tsconfig.json Refactor into multi-template monorepo with Next.js support 2025-11-14 11:16:04 +08:00