Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 281 Bytes

copilot-instructions.md

File metadata and controls

5 lines (3 loc) · 281 Bytes

Do not use semicolons.

Semicolons should be used only in the interfaces.

defineProps should be destructured this way: const { woof } = defineProps<Props>(), but only for the props used below in the code or if props require default value like const { woof = 'BARK' } = ....