ut-tools
Version:
Build and Release management automation package.
9 lines • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_PARSER_OPTIONS = void 0;
const types_1 = require("@stoplight/types");
exports.DEFAULT_PARSER_OPTIONS = Object.freeze({
incompatibleValues: types_1.DiagnosticSeverity.Error,
duplicateKeys: types_1.DiagnosticSeverity.Error,
});
//# sourceMappingURL=consts.js.map