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

@ -15,7 +15,7 @@
</script>
<Form
on:submit={event => {
on:submit={(event) => {
console.log('on:submit', event);
}}>
<FormGroup {...$$props}>