awesome-ajv-errors
Version:
Prettified AJV errors
18 lines (17 loc) • 478 B
JavaScript
const style = {
title: text => text,
pathDescription: text => text,
expr: text => text,
type: text => text,
string: text => text,
number: text => text,
primitive: text => text,
dimmed: text => text,
good: text => text,
operator: text => text,
link: text => text,
regex: text => text,
};
const support = false;
const terminalLink = (text, url) => `${text} (${url})`;
export const managerOptions = { support, terminalLink, style };