feat(sketch): 🚚 update name conv constraints

This commit is contained in:
Julien Oculi 2024-03-14 12:48:14 +01:00
parent df878317c0
commit 69105d937f

View file

@ -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/],
},
}