Skip to content

Commit

Permalink
NOT PRETTIER!!
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Feb 20, 2024
1 parent 3d51270 commit b7b56ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions apps/www/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
"printWidth": 100,
"endOfLine": "lf",
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": false,
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte",
"svelteIndentScriptAndStyle": true,
"svelteStrictMode": false,
"svelteSortOrder": "scripts-markup-styles-options"
"parser": "svelte"
}
},
{
Expand Down
1 change: 0 additions & 1 deletion apps/www/other/code-block-prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const codeBlockPrettierConfig = {
trailingComma: "none",
printWidth: 80,
endOfLine: "lf",
pluginSearchDirs: ["node_modules/prettier-plugin-svelte"],
parser: "svelte",
plugins: ["prettier-plugin-svelte"],
overrides: [
Expand Down
2 changes: 2 additions & 0 deletions apps/www/src/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ description: Latest updates and announcements.

## February 2024

Forms overhaul

## January 2024 - Part 2

We've added a new component to the project, [Carousel](/docs/components/carousel).
Expand Down

0 comments on commit b7b56ef

Please sign in to comment.