chore: Linter
This commit is contained in:
parent
1a46c8e724
commit
e014b220c1
6 changed files with 45 additions and 63 deletions
|
@ -1,35 +1,35 @@
|
|||
import { version } from "../package.json";
|
||||
import { version } from '../package.json'
|
||||
|
||||
// ?? 🤔 ?? --> https://{{language}}.freesewing.dev/packages/core/config
|
||||
|
||||
export default {
|
||||
name: "{{name}}",
|
||||
name: '{{name}}',
|
||||
version,
|
||||
design: "{{author}}",
|
||||
code: "{{author}}",
|
||||
department: "{{department}}",
|
||||
type: "{{type}}",
|
||||
design: '{{author}}',
|
||||
code: '{{author}}',
|
||||
department: '{{department}}',
|
||||
type: '{{type}}',
|
||||
difficulty: 3,
|
||||
tags: [
|
||||
"freesewing",
|
||||
"design",
|
||||
"diy",
|
||||
"fashion",
|
||||
"made to measure",
|
||||
"parametric design",
|
||||
"{{type}}",
|
||||
"sewing",
|
||||
"sewing pattern"
|
||||
'freesewing',
|
||||
'design',
|
||||
'diy',
|
||||
'fashion',
|
||||
'made to measure',
|
||||
'parametric design',
|
||||
'{{type}}',
|
||||
'sewing',
|
||||
'sewing pattern'
|
||||
],
|
||||
optionGroups: {
|
||||
fit: ["size"]
|
||||
fit: ['size']
|
||||
},
|
||||
measurements: [],
|
||||
dependencies: {},
|
||||
inject: {},
|
||||
hide: [],
|
||||
parts: ["box"],
|
||||
parts: ['box'],
|
||||
options: {
|
||||
size: { pct: 50, min: 10, max: 100 }
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
@ -225,7 +225,6 @@ li.action span.MuiSwitch-root {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
background-color: #1a1d21;
|
||||
color: #adb5bd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue