chore: make Prettier + fix spelling, update upgrade/switch instructions, prefer ale to syntastic

This commit is contained in:
AJ ONeal
2021-08-15 05:56:56 +00:00
parent aae813df48
commit dfb477380c
21 changed files with 135 additions and 93 deletions
+13 -14
View File
@@ -21,21 +21,20 @@ if (/^win/i.test(os.platform())) {
return;
}
exec('curl -fsS https://webinstall.dev/webi | bash', function (
err,
stdout,
stderr
) {
if (err) {
console.error(err);
exec(
'curl -fsS https://webinstall.dev/webi | bash',
function (err, stdout, stderr) {
if (err) {
console.error(err);
}
if (stdout) {
console.info(stdout);
}
if (stderr) {
console.error(stderr);
}
}
if (stdout) {
console.info(stdout);
}
if (stderr) {
console.error(stderr);
}
});
);
/*
.then(function () {
// nada