From 29710cee3a472c4f0e140e4a58b0ddf55acd2ce6 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Tue, 22 Feb 2022 11:02:55 -0800 Subject: [PATCH] Fix linter error --- lib/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli.js b/lib/cli.js index 691e1f146..c1f2816b2 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -105,7 +105,7 @@ function handleUnsupportedConfigs(unsupportedConfigs) { } console.log(chalk.magenta( - ` ${figures.warning} AVA does not support JSON config, ignoring:\n\n ${unsupportedConfigs.join('\n ')}` + ` ${figures.warning} AVA does not support JSON config, ignoring:\n\n ${unsupportedConfigs.join('\n ')}`, )); }