From b7b56efbd61c408c6eb32dfd121824c1f94f6bca Mon Sep 17 00:00:00 2001 From: Hunter Johnston Date: Mon, 19 Feb 2024 19:57:58 -0500 Subject: [PATCH] NOT PRETTIER!! --- apps/www/.prettierrc | 6 +----- apps/www/other/code-block-prettier.js | 1 - apps/www/src/content/changelog.md | 2 ++ 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/www/.prettierrc b/apps/www/.prettierrc index 3374df5db..bd6efa2fc 100644 --- a/apps/www/.prettierrc +++ b/apps/www/.prettierrc @@ -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" } }, { diff --git a/apps/www/other/code-block-prettier.js b/apps/www/other/code-block-prettier.js index e38ad548d..612fdd570 100644 --- a/apps/www/other/code-block-prettier.js +++ b/apps/www/other/code-block-prettier.js @@ -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: [ diff --git a/apps/www/src/content/changelog.md b/apps/www/src/content/changelog.md index 9b8373351..5fd6ec8d9 100644 --- a/apps/www/src/content/changelog.md +++ b/apps/www/src/content/changelog.md @@ -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).