Skip to content

Commit

Permalink
Improve formatting of HTML super languages
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Nov 17, 2024
1 parent ecbcffc commit e11726d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/configs/biome/biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,18 @@
"quoteProperties": "preserve",
"quoteStyle": "single"
}
}
},
"overrides": [
{
"include": ["*.svelte", "*.astro", "*.vue"],
"linter": {
"rules": {
"style": {
"useConst": "off",
"useImportType": "off"
}
}
}
}
]
}

0 comments on commit e11726d

Please sign in to comment.