You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust ESLint rules to reduce distracting errors while typing (e.g., prettier/prettier off, no-console/no-unused-vars set to warn).
Update .husky/pre-commit to remove deprecated lines (#!/bin/sh and . "$(dirname "$0")/_/husky.sh") and use just npx lint-staged to prevent warnings and ensure cross-shell compatibility.