feat: basically the whole package

This commit is contained in:
2026-07-04 20:17:41 +02:00
parent 5b23824a56
commit b6c8c93430
9 changed files with 979 additions and 20 deletions
+8
View File
@@ -45,6 +45,14 @@ export default defineConfig([
reportUsedIgnorePattern: true,
},
],
"@typescript-eslint/no-unnecessary-condition": [
"error",
{
allowConstantLoopConditions:
"only-allowed-literals",
},
],
"no-empty-pattern": "off",
},
languageOptions: {
parserOptions: {