[AI] Introduce type-aware oxlint and disable no-duplicate-type-constituents rule (#6984)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Matiss Janis Aboltins
2026-02-15 19:05:57 +00:00
committed by GitHub
parent a7f96a59fa
commit d4e25f4047
4 changed files with 84 additions and 3 deletions

View File

@@ -99,6 +99,8 @@
}
],
"typescript/no-var-requires": "error",
// we want to allow unions such as "{ name: DbAccount['name'] | DbPayee['name'] }"
"typescript/no-duplicate-type-constituents": "off",
// Import rules
"import/consistent-type-specifier-style": "error",