chore: add prettier to format definitions/svelte files

This commit is contained in:
Eric Liu 2020-08-11 06:21:06 -07:00
commit 25e437b746
11 changed files with 38 additions and 23 deletions

View file

@ -7,6 +7,6 @@
on:click={() => {
console.log('click');
}}
on:animationend={e => {
on:animationend={(e) => {
console.log('animation end', e.animationName);
}} />