UNPKG

@stoplight/spectral-cli

Version:

[![](https://raw.githubusercontent.com/stoplightio/spectral/develop/docs/img/readme-header.svg)](https://stoplight.io/api-governance?utm_source=github&utm_medium=spectral&utm_campaign=readme) [![CircleCI](https://img.shields.io/circleci/build/github/stopl

19 lines 749 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OutputFormat = void 0; var OutputFormat; (function (OutputFormat) { OutputFormat["JSON"] = "json"; OutputFormat["STYLISH"] = "stylish"; OutputFormat["JUNIT"] = "junit"; OutputFormat["HTML"] = "html"; OutputFormat["TEXT"] = "text"; OutputFormat["TEAMCITY"] = "teamcity"; OutputFormat["PRETTY"] = "pretty"; OutputFormat["GITHUB_ACTIONS"] = "github-actions"; OutputFormat["SARIF"] = "sarif"; OutputFormat["CODE_CLIMATE"] = "code-climate"; OutputFormat["GITLAB"] = "gitlab"; OutputFormat["MARKDOWN"] = "markdown"; })(OutputFormat = exports.OutputFormat || (exports.OutputFormat = {})); //# sourceMappingURL=config.js.map