chore: Linter changes
This commit is contained in:
parent
dfdfc46ded
commit
f191151ee4
354 changed files with 2467 additions and 2472 deletions
|
@ -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 },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue