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

This commit is contained in:
AJ ONeal
2021-08-15 05:10:54 +00:00
parent aae813df48
commit dfb477380c
21 changed files with 135 additions and 93 deletions

View File

@@ -7,7 +7,7 @@ var repo = 'lsd';
module.exports = function (request) {
return github(request, owner, repo).then(function (all) {
all.releases = all.releases.filter(function (rel) {
return !/(-musl\.)|(-msvc\.)|(\.deb$)/.test(rel.name)
return !/(-musl\.)|(-msvc\.)|(\.deb$)/.test(rel.name);
});
return all;
});