{
  "rulesDirectory": "../../../dist",
  "rules": {
    "origin-ordered-imports": [ 
      true, 
      "one-blank-line",
      [
        "lib",
        "user",
        "testcustom1",
        "testcustom2"
      ]
    ]
  }
}
