mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 06:58:47 -05:00
[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:
committed by
GitHub
parent
94dd8f73c0
commit
bf1d220ced
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user