//! SSR-specific lint rules.
//!//! These rules help detect SSR-unfriendly code patterns that would cause
//! errors when running on the server (Node.js, Deno, Bun).
modno_browser_globals_in_ssr;modno_hydration_mismatch;pubuseno_browser_globals_in_ssr::NoBrowserGlobalsInSsr;pubuseno_hydration_mismatch::NoHydrationMismatch;