mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
chore(.eslintrc.json): add "import/no-cycle" rule to enforce no circular dependencies in imports
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
"prettier/prettier": "error",
|
||||
"arrow-body-style": "off",
|
||||
"prefer-arrow-callback": "off",
|
||||
"import/no-cycle": "error",
|
||||
"sort-imports": [
|
||||
"error",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user