chore: fuck it, no tests
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 1m53s

We'd rather use vitest anyway.
This commit is contained in:
2025-02-17 13:59:01 -08:00
parent 95fcd549f0
commit 30d9185d3a
25 changed files with 3 additions and 746 deletions

View File

@ -19,11 +19,4 @@ export default [
"@typescript-eslint/consistent-type-imports": "off"
},
},
{
files: ["**/*.spec.ts"],
rules: {
"no-undef": "off",
"@typescript-eslint/init-declarations": "off"
}
}
]