Skip to content

Commit

Permalink
chore: Tweak Biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Oct 27, 2024
1 parent 6a5ccb9 commit ab379f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"useExplicitLengthCheck": "warn",
"useNamingConvention": {
"level": "error",
"options": { "strictCase": false }
"options": { "enumMemberCase": "CONSTANT_CASE", "strictCase": false }
},
"useShorthandArrayType": "error",
"useShorthandAssign": "error",
Expand Down Expand Up @@ -88,7 +88,7 @@
}
},
"javascript": {
"globals": ["chrome", "Timer"], // TODO: Remove `Timer`; only used as type (from Bun globals)
"globals": ["chrome", "Timer"],
"formatter": {
"semicolons": "always",
"trailingCommas": "all",
Expand Down

0 comments on commit ab379f5

Please sign in to comment.