diff --git a/docs-svelte-kit/.eslintrc.cjs b/docs-svelte-kit/.eslintrc.cjs
index e38d0514a..d5a5f38af 100644
--- a/docs-svelte-kit/.eslintrc.cjs
+++ b/docs-svelte-kit/.eslintrc.cjs
@@ -9,8 +9,7 @@ module.exports = {
"@ota-meshi/svelte/button-has-type": "error",
"@ota-meshi/svelte/no-useless-mustaches": "error",
"@ota-meshi/svelte/prefer-class-directive": "error",
- // TODO Still get an error with prettier-plugin-svelte. Probably fixed in v2.6.
- // "@ota-meshi/svelte/prefer-style-directive": "error",
+ "@ota-meshi/svelte/prefer-style-directive": "error",
"@ota-meshi/svelte/spaced-html-comment": "error",
},
}
diff --git a/docs-svelte-kit/src/lib/components/ESLintCodeBlock.svelte b/docs-svelte-kit/src/lib/components/ESLintCodeBlock.svelte
index 4024fac4f..f172f0151 100644
--- a/docs-svelte-kit/src/lib/components/ESLintCodeBlock.svelte
+++ b/docs-svelte-kit/src/lib/components/ESLintCodeBlock.svelte
@@ -38,7 +38,7 @@