autofix all violations

This commit is contained in:
spalger 2019-12-13 15:44:04 -07:00
parent a3553c924d
commit 8e9a8a84dc
4245 changed files with 87774 additions and 82935 deletions

View file

@ -32,7 +32,7 @@ kbnEs
'base-path': resolve(__dirname, '../.es'),
ssl: false,
})
.catch(function (e) {
.catch(function(e) {
console.error(e);
process.exitCode = 1;
});