Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit 3828df3

Browse files
committed
Fixed linting error
1 parent 848d673 commit 3828df3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generators/app/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ module.exports = class extends Generator {
203203
{
204204
type: "input",
205205
name: "directoryName",
206-
message: "The build file will be imported in a separate directory in the project's root. Enter the name of this directory or press Enter if you like to go with default.",
206+
message:
207+
"The build file will be imported in a separate directory in the project's root. Enter the name of this directory or press Enter if you like to go with default.",
207208
validate: validators.directoryName,
208209
default: "component-dist"
209210
},

0 commit comments

Comments
 (0)