api client refactor

This commit is contained in:
2025-12-17 19:25:10 +01:00
parent 4177644b18
commit 26f7a2b6aa
27 changed files with 543 additions and 1329 deletions

View File

@@ -35,7 +35,7 @@
{
"files": ["**/*.ts", "**/*.tsx"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "boundaries"],
"plugins": ["@typescript-eslint", "boundaries", "import"],
"extends": [],
"rules": {
"@typescript-eslint/no-explicit-any": "error",
@@ -93,7 +93,9 @@
}
]
}
]
],
"import/no-default-export": "error",
"import/no-useless-path-segments": "error"
}
}
]