Skip to content

Commit

Permalink
add biome config for svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Johnson-Williams committed May 7, 2024
1 parent f933fab commit 4c1d2c5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"overrides": [
{
"include": [
"*.svelte"
],
"linter": {
"rules": {
"style": {
"useConst": "off"
}
}
}
}
]
}

0 comments on commit 4c1d2c5

Please sign in to comment.