feat(sketch): 🚚 update name conv constraints
This commit is contained in:
parent
df878317c0
commit
69105d937f
|
@ -6,9 +6,9 @@ const filePath: Constraint = {
|
|||
kind: 'file:path',
|
||||
format: '$function/$name.$type.fcinfo',
|
||||
fields: {
|
||||
function: [/structure/, /caterpillar/, /case/],
|
||||
function: [/structure/, /caterpillar/, /case/, /placeholder/],
|
||||
name: [snakeCaseLabel],
|
||||
type: [/piece/, /assembly/, /sketch/, /material/, /constraint/],
|
||||
type: [/part/, /assembly/],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue