fix: rely entirely on nix packages

This commit is contained in:
2025-03-18 22:53:05 -04:00
parent add5afb17c
commit 645faf398e
2 changed files with 6 additions and 10 deletions

View File

@ -72,6 +72,9 @@
# Svelte frontend
nodejs_22
eslint
nodePackages.svelte-check
nodePackages.prettier
# Helper scripts
(writeShellApplication {
@ -180,8 +183,9 @@
cd "''${git_root}/client"
echo "Linting client"
npm run check
npm run lint
svelte-check --tsconfig ./tsconfig.json
prettier --check .
eslint .
cd "''${git_root}/server"
echo "Linting server"