mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
eslint: Prohibit import cycles in TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e65f48b619
commit
a58b87893e
@@ -193,6 +193,7 @@
|
||||
"@typescript-eslint/prefer-string-starts-ends-with": "error",
|
||||
"@typescript-eslint/promise-function-async": "error",
|
||||
"@typescript-eslint/unified-signatures": "error",
|
||||
"import/no-cycle": "error",
|
||||
"no-undef": "error"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user