mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-05 11:18:38 +02:00
style: add prettier configuration and format code
This commit is contained in:
@ -42,6 +42,6 @@ If you have state that's important to retain within a component, consider creati
|
||||
```ts
|
||||
// store.ts
|
||||
// An extremely simple external store
|
||||
import { writable } from 'svelte/store'
|
||||
export default writable(0)
|
||||
import { writable } from "svelte/store";
|
||||
export default writable(0);
|
||||
```
|
||||
|
Reference in New Issue
Block a user