mirror of
https://github.com/sajenim/javascript-template.git
synced 2025-12-16 19:40:39 +08:00
Nix provides the eslint binary while package.json provides framework-specific plugins (eslint-config-next). This separates tooling binaries from config packages. |
||
|---|---|---|
| .. | ||
| app | ||
| nix/modules | ||
| .envrc | ||
| .gitignore | ||
| .prettierignore | ||
| eslint.config.mjs | ||
| flake.lock | ||
| flake.nix | ||
| Justfile | ||
| next.config.js | ||
| package.json | ||
| postcss.config.mjs | ||
| tsconfig.json | ||