Searched refs:formatToList (Results 1 – 3 of 3) sorted by relevance
1 const formatToList = (items: string[]) => items.map((key) => `- ${key}`).join('\n'); constant14 `Found invalid properties in the configuration:\n${formatToList(16 …them under a 'screens' property?\n\nYou can only specify the following properties:\n${formatToList(
3 const formatToList = (items) => items.map((key) => `- ${key}`).join('\n'); function11 …formatToList(invalidKeys)}\n\nDid you forget to specify them under a 'screens' property?\n\nYou ca…
1 …formatToList = (items: string[]) => items.map((key) => `- ${key}`).join('\\n');\n\nexport default …