Merge remote-tracking branch 'upstream/master' into mcalus3/add-catalog-import-plugin

This commit is contained in:
Marek Calus
2020-11-01 22:24:42 +01:00
153 changed files with 3224 additions and 1552 deletions
+4 -1
View File
@@ -44,7 +44,10 @@ const getFilesToLint = () => {
stdio: ['ignore', 'pipe', 'inherit'],
})
.toString()
.split('\n');
.split('\n')
.filter(function (el) {
return el !== '';
});
};
// Proceed with the script only if Vale linter is installed. Limit the friction and surprises caused by the script.