This is also the start of using the houdini stores directly, which should reduce pointless code a bunch.
5 lines
144 B
Text
5 lines
144 B
Text
{
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
|
|
"tabWidth": 4
|
|
}
|