@stoplight/spectral-cli
Version:
[](https://stoplight.io/api-governance?utm_source=github&utm_medium=spectral&utm_campaign=readme) [;
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