Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 22, 2022
1 parent 248d376 commit 29710ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Expand Up @@ -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 ')}`,
));
}

Expand Down

0 comments on commit 29710ce

Please sign in to comment.