chore: Enforce a few house rules via eslint (#2539)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent 5572ec728e
commit 921d45e577
100 changed files with 479 additions and 295 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
}
}
// Transmitting: breathe between a softer and a fuller glow — never fully fades,
// Transmitting: breathe between a softer and a fuller glow -- never fully fades,
// so the camera always reads as live.
@keyframes transmitting-vignette-pulse {
0%,
+2 -2
View File
@@ -1,7 +1,7 @@
// Shared "pop" enter/exit animation for overlays.
//
// `@include pop-in` auto-plays an entrance on render. `@include pop-out` —
// typically guarded by an `.exiting` class — plays the matching exit; it is
// `@include pop-in` auto-plays an entrance on render. `@include pop-out` --
// typically guarded by an `.exiting` class -- plays the matching exit; it is
// named `pop-out` so an `animationend` handler can detect exit completion and
// unmount the element.