UNPKG

ember-template-lint

Version:
10 lines (8 loc) 226 B
'use strict'; module.exports = function (ruleName, lines, config) { return [ `The ${ruleName} rule accepts one of the following values.`, lines, `You specified \`${JSON.stringify(config)}\``, ].join('\n'); };