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