chore: Remove lint
This commit is contained in:
parent
40d497e135
commit
6169ce3540
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue