1
0
Fork 0

chore: Linter

This commit is contained in:
Joost De Cock 2021-01-31 09:26:26 +01:00
parent 1a46c8e724
commit e014b220c1
6 changed files with 45 additions and 63 deletions

View file

@ -1,20 +1,20 @@
import { version } from "../package.json";
import { version } from '../package.json'
export default {
name: "rendertest",
name: 'rendertest',
version,
design: "Joost De Cock",
code: "Joost De Cock",
department: "womenswear",
type: "pattern",
design: 'Joost De Cock',
code: 'Joost De Cock',
department: 'womenswear',
type: 'pattern',
difficulty: 1,
tags: ["example"],
tags: ['example'],
optionGroups: {
size: ["width"],
content: ["colors", "circles", "text", "snippets", "macros"]
size: ['width'],
content: ['colors', 'circles', 'text', 'snippets', 'macros']
},
measurements: [],
parts: ["test"],
parts: ['test'],
options: {
width: { mm: 200, min: 50, max: 500 },
colors: { bool: true },
@ -24,4 +24,4 @@ export default {
macros: { bool: true },
widthHd: { bool: true }
}
};
}