mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
chore: add prettier to format definitions/svelte files
This commit is contained in:
parent
5c829b5afc
commit
25e437b746
11 changed files with 38 additions and 23 deletions
|
@ -15,7 +15,7 @@
|
|||
</script>
|
||||
|
||||
<Form
|
||||
on:submit={event => {
|
||||
on:submit={(event) => {
|
||||
console.log('on:submit', event);
|
||||
}}>
|
||||
<FormGroup {...$$props}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue