1
0
Fork 0

chore: Remove lint

This commit is contained in:
joostdecock 2023-11-07 19:38:50 +01:00
parent 40d497e135
commit 6169ce3540

View file

@ -48,7 +48,6 @@ const themedPattern = (Design, settings, overwrite, format, t) => {
* @param {string} format the export format this pattern will be prepared for
* @param {function} t the i18n function
* @return {Object} a dictionary of svgs and related translation strings, keyed by material
*/
const generateCutLayouts = (pattern, Design, settings, format, t, ui) => {
// get the materials from the already drafted base pattern
const materials = pattern.setStores[pattern.activeSet].cutlist.getCutFabrics(
@ -87,6 +86,7 @@ const generateCutLayouts = (pattern, Design, settings, format, t, ui) => {
return cutLayouts
}
*/
/**
* Handle exporting the draft or settings
* format: format to export to