Skip to content

Commit

Permalink
[conf] disable biome rule useLiteralKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Sep 2, 2024
1 parent e0adb9e commit c2b6398
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"indentStyle": "space",
"lineWidth": 120
},
"linter": {
"rules": {
"complexity": {
"useLiteralKeys": "off"
}
}
},
"javascript": {
"formatter": {
"jsxQuoteStyle": "single",
Expand Down

0 comments on commit c2b6398

Please sign in to comment.