{
  "rulesDirectory": ["../"],
  "rules": {
    "no-circular-imports": [true, {
      "search-depth-limit": 3
    }]
  }
}