1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Add semi-colon to exported functions

This commit is contained in:
Chauncey McAskill
2021-09-15 17:24:33 -04:00
parent 8cff91aa68
commit 70827b0a7d
5 changed files with 5 additions and 5 deletions

View File

@@ -54,4 +54,4 @@ export function concatVendors() {
});
});
});
}
};

View File

@@ -6,4 +6,4 @@ export default function notification({ title, message }) {
message,
icon: 'https://user-images.githubusercontent.com/4596862/54868065-c2aea200-4d5e-11e9-9ce3-e0013c15f48c.png'
});
}
};

View File

@@ -37,4 +37,4 @@ export function compileScripts() {
message(`${filename} compiled`, 'success', timeLabel);
});
});
}
};

View File

@@ -98,4 +98,4 @@ export function compileStyles() {
});
});
});
}
};

View File

@@ -39,4 +39,4 @@ export function compileSVGs() {
});
});
});
}
};