#!/bin/bash # Lint frontend code set -e cd "$(dirname "$0")/../../frontend" echo "Running ESLint..." npm run lint echo "Frontend linting complete!"