1
0
Fork 0

chore: Linter changes

This commit is contained in:
Joost De Cock 2021-04-24 10:16:31 +02:00
parent dfdfc46ded
commit f191151ee4
354 changed files with 2467 additions and 2472 deletions

View file

@ -13,7 +13,7 @@ export default {
tags: ['example'],
optionGroups: {
fit: ['neckRatio', 'widthRatio', 'lengthRatio'],
box: ['size']
box: ['size'],
},
measurements: ['head'],
inject: {
@ -24,13 +24,13 @@ export default {
step8: 'step7',
step9: 'step8',
step10: 'step9',
step11: 'step10'
step11: 'step10',
},
parts: ['step1', 'step2', 'bib'],
options: {
size: { pct: 50, min: 10, max: 100 },
neckRatio: { pct: 80, min: 70, max: 90 },
widthRatio: { pct: 45, min: 35, max: 55 },
lengthRatio: { pct: 75, min: 55, max: 85 }
}
lengthRatio: { pct: 75, min: 55, max: 85 },
},
}