updating lint, format, and CI

This commit is contained in:
Luke Hagar
2025-03-19 23:08:52 -05:00
parent e6b03d05fe
commit 156308d124
3080 changed files with 413391 additions and 387 deletions

4
node_modules/fast-json-stable-stringify/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}