{
  "$schema": "http://json-schema.org/draft-07/schema",
  "title": "eslint-then application build",
  "description": "Runs ESLint, then delegates to the inner @angular/build:application target. All other options are forwarded as-is.",
  "type": "object",
  "properties": {
    "delegateProject": {
      "type": "string",
      "description": "Workspace project name for the inner target (eslint-then)."
    },
    "delegateTarget": {
      "type": "string",
      "description": "Target name of the inner application build (eslint-then)."
    }
  },
  "additionalProperties": true,
  "required": []
}
