mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21: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
|
@ -7,6 +7,6 @@
|
|||
on:click={() => {
|
||||
console.log('click');
|
||||
}}
|
||||
on:animationend={e => {
|
||||
on:animationend={(e) => {
|
||||
console.log('animation end', e.animationName);
|
||||
}} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue