chore: format all files

This commit is contained in:
Corbin Crutchley
2023-07-24 12:15:14 -07:00
parent 6e1a88e4f6
commit a29b995e1e
144 changed files with 4433 additions and 4203 deletions

View File

@@ -4,7 +4,7 @@ export const enableTables = () => {
(e.target as HTMLElement).dataset.sticky =
e.intersectionRatio < 1 ? "pinned" : "";
},
{ threshold: [1] }
{ threshold: [1] },
);
document.querySelectorAll("thead").forEach((e) => observer.observe(e));