UNPKG

ember-template-lint

Version:
8 lines (7 loc) 208 B
export default function (ruleName, lines, config) { return [ `The ${ruleName} rule accepts one of the following values.`, lines, `You specified \`${JSON.stringify(config)}\``, ].join('\n'); }