Skip to content

Commit

Permalink
chore: tweak biome rules
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Oct 25, 2024
1 parent c613630 commit eaa1634
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"extends": ["@radashi-org/biome-config"]
"extends": ["@radashi-org/biome-config"],
"linter": {
"rules": {
"performance": {
"noDelete": "off"
},
"style": {
"noUnusedTemplateLiteral": "off"
}
}
}
}

0 comments on commit eaa1634

Please sign in to comment.