diff --git a/biome.json b/biome.json
index ce8f90e..f782e6b 100644
--- a/biome.json
+++ b/biome.json
@@ -1,7 +1,7 @@
{
- "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
- "files": { "includes": ["**", "!!**/dist", "!!**/*.vue", "!!docs/.vitepress/theme"] },
+ "files": { "includes": ["**", "!!**/dist", "!!docs/.vitepress/theme"] },
"formatter": {
"enabled": true,
"formatWithErrors": false,
@@ -14,7 +14,10 @@
},
"linter": {
"enabled": true,
- "rules": { "recommended": true }
+ "rules": { "recommended": true },
+ "domains": {
+ "vue": "recommended"
+ }
},
"javascript": {
"formatter": {
@@ -33,18 +36,11 @@
"html": {
"formatter": {
"indentScriptAndStyle": false,
+ "enabled": true,
"selfCloseVoidElements": "always"
- }
+ },
+ "experimentalFullSupportEnabled": true
},
- "overrides": [
- {
- "includes": ["**/*.md"],
- "formatter": {
- "indentStyle": "space",
- "indentWidth": 2
- }
- }
- ],
"assist": {
"enabled": true,
"actions": {
diff --git a/docs/components/playground.vue b/docs/components/playground.vue
index d04b3d7..57d04be 100644
--- a/docs/components/playground.vue
+++ b/docs/components/playground.vue
@@ -1,76 +1,85 @@
-