fix(eslint-config): remove prettier extends (#9222)

This commit is contained in:
neverland
2021-08-10 10:32:13 +08:00
committed by GitHub
parent 57352801d9
commit 9e55e28a43
5 changed files with 380 additions and 361 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ function runCommand(
})
.catch((err: any) => {
spinner.fail(messages.failed);
console.log(err.stdout);
console.log(err.stderr || err.stdout);
resolve(false);
});
});