{
  "$schema": "https://unpkg.com/@7n/rules/schemas/concern.json",
  "skipLocalTier": true,
  "policy": {
    "files": {
      "single": ".markdownlint-cli2.jsonc"
    }
  },
  "lint": {
    "scope": "per-file",
    "glob": ["**/*.md", "**/*.mdc"]
  }
}
