mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
pacify eslint
This commit is contained in:
@@ -22,6 +22,6 @@ function buildAll() {
|
||||
_currBuild = null;
|
||||
process.exit(1);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = buildAll;
|
||||
|
||||
+3
-3
@@ -31,7 +31,7 @@ function buildCSS() {
|
||||
_currBuild = null;
|
||||
process.exit(1);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
function doGlob(pattern) {
|
||||
@@ -41,7 +41,7 @@ function doGlob(pattern) {
|
||||
resolve(files);
|
||||
});
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
function doConcat(files, output) {
|
||||
return new Promise((resolve, reject) => {
|
||||
@@ -50,7 +50,7 @@ function doConcat(files, output) {
|
||||
resolve();
|
||||
});
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
module.exports = buildCSS;
|
||||
+1
-1
@@ -120,7 +120,7 @@ function buildData() {
|
||||
_currBuild = null;
|
||||
process.exit(1);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
function read(f) {
|
||||
|
||||
+2
-2
@@ -36,7 +36,7 @@ function buildSrc() {
|
||||
_currBuild = null;
|
||||
process.exit(1);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
function buildBundle() {
|
||||
@@ -85,7 +85,7 @@ function buildBundle() {
|
||||
});
|
||||
|
||||
return prom;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
function onWarn(warning, warn) {
|
||||
|
||||
Reference in New Issue
Block a user