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

@ -25,9 +25,9 @@
setContext("StructuredListWrapper", {
selectedValue,
update: value => {
update: (value) => {
selectedValue.set(value);
}
},
});
$: selected = $selectedValue;