[style] [s]: update linter fixes
This commit is contained in:
@@ -38,16 +38,15 @@ program
|
||||
*/
|
||||
async function promptPath() {
|
||||
return prompts({
|
||||
type: 'text',
|
||||
name: 'path',
|
||||
message: 'Choose a name to your project',
|
||||
initial: '',
|
||||
validate: name => {
|
||||
type: "text",
|
||||
name: "path",
|
||||
message: "Choose a name to your project",
|
||||
initial: "",
|
||||
validate: (name) => {
|
||||
//TODO Method to validate valid path name
|
||||
return true
|
||||
}
|
||||
})
|
||||
|
||||
return true;
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user