mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-17 20:11:12 +02:00
eslint fixes
This commit is contained in:
@@ -300,7 +300,10 @@ export function loadJS(src) {
|
||||
return d.promise;
|
||||
}
|
||||
|
||||
/* eslint-disable max-params */
|
||||
export function getCompleteHtml(html, css, js, item, isForExport) {
|
||||
/* eslint-enable max-params */
|
||||
|
||||
if (!item) {
|
||||
return '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user