We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca9a7f commit f654810Copy full SHA for f654810
template/plugins/printSuccess/plugin.js
@@ -43,7 +43,7 @@ module.exports = {
43
console.log('\n');
44
console.log(
45
red(
46
- '🚨 You choose the javascript version, don\'t forget to run "yarn lint" after the installation 🚨',
+ '🚨 You choose the javascript version, don\'t forget to run "yarn lint --fix" after the installation 🚨',
47
),
48
);
49
0 commit comments