mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
db2d07f236
* Update links * Move blog to site/content * Update site/content/docs/02-component-format.md * Fix docs links * Add global prettierrc * Auto format * Fix git merge artifact * Fix errors * Update html to svelte(remaining ones) * Add 2 blog posts * Modify prettierrc * Minor design fix * Switch package lock to spaces, prettier ignore * Regenerate package lock * prettier format * Update deps * Hack the build into working * add missing blog post --------- Co-authored-by: Rich Harris <richard.a.harris@gmail.com> Co-authored-by: Rich Harris <git@rich-harris.dev>
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"useTabs": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "none",
|
|
"plugins": ["prettier-plugin-svelte"]
|
|
}
|