[AI] Lint: fix typescript/unbound-method problems (#7163)

* [AI] Refactor modal components and server modules

Made-with: Cursor

* Release notes
This commit is contained in:
Matiss Janis Aboltins
2026-03-10 18:06:50 +00:00
committed by GitHub
parent 94dd8f73c0
commit bf1d220ced
80 changed files with 263 additions and 235 deletions

View File

@@ -103,6 +103,10 @@
"typescript/no-duplicate-type-constituents": "off",
"typescript/await-thenable": "error",
"typescript/no-floating-promises": "warn", // TODO: covert to error
"typescript/require-array-sort-compare": "warn", // TODO: covert to error
"typescript/unbound-method": "error",
"typescript/no-for-in-array": "warn", // TODO: covert to error
"typescript/restrict-template-expressions": "warn", // TODO: covert to error
// Import rules
"import/consistent-type-specifier-style": "error",