@stoplight/spectral
Version:
A flexible object linter with out of the box support for OpenAPI v2 and v3.
12 lines • 462 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ConfigFormat;
(function (ConfigFormat) {
ConfigFormat["JSON"] = "json";
ConfigFormat["STYLISH"] = "stylish";
})(ConfigFormat = exports.ConfigFormat || (exports.ConfigFormat = {}));
var ConfigCommand;
(function (ConfigCommand) {
ConfigCommand["LINT"] = "lint";
})(ConfigCommand = exports.ConfigCommand || (exports.ConfigCommand = {}));
//# sourceMappingURL=config.js.map