chore(.eslintrc.json): add "import/no-cycle" rule to enforce no circular dependencies in imports

This commit is contained in:
Sped0n
2023-11-02 12:25:08 +08:00
parent 229c556949
commit 8b48cceb8f

View File

@@ -21,6 +21,7 @@
"prettier/prettier": "error",
"arrow-body-style": "off",
"prefer-arrow-callback": "off",
"import/no-cycle": "error",
"sort-imports": [
"error",
{