Skip to content

Commit 791a951

Browse files
Update prettier config
1 parent 62919b3 commit 791a951

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474
"prettier": {
7575
"printWidth": 100,
7676
"semi": false,
77-
"singleQuote": true,
78-
"htmlWhitespaceSensitivity": "strict",
79-
"svelteSortOrder": "options-scripts-markup-styles",
80-
"svelteStrictMode": false,
81-
"svelteAllowShorthand": true,
82-
"svelteIndentScriptAndStyle": true
77+
"singleQuote": true
8378
}
8479
}

src/routes/index.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<li>Theming</li>
1515
<li>Custom formats</li>
1616
<li>Internationalization (i18n)</li>
17-
<li
18-
>Autopunctuation (e.g typing "20201111111111" gives you "2020-11-11 11:11:11" with the default
19-
format)</li
20-
>
17+
<li>
18+
Autopunctuation (e.g typing "20201111111111" gives you "2020-11-11 11:11:11" with the default
19+
format)
20+
</li>
2121
<li>Keyboard shortcuts</li>
2222
</ul>
2323

0 commit comments

Comments
 (0)