{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "title": "Format executor",
  "description": "",
  "type": "object",
  "properties": {
    "check": {
      "type": "boolean",
      "description": "Whether to validate the current formatting instead of fixing it.",
      "default": false
    }
  },
  "required": ["check"]
}
