Skip to content

Commit

Permalink
Removed even more Biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 21, 2025
1 parent f5a6c78 commit d37a50d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
"noNestedTernary": "off",
"useExplicitType": "off"
},
"performance": {
"all": true
},
"performance": { "all": true },
"security": { "all": true },
"style": {
"all": true,
Expand All @@ -64,10 +62,7 @@
"useShorthandArrayType": "off",
"useDefaultSwitchClause": "off"
},
"suspicious": {
"all": true,
"noConsole": "off"
}
"suspicious": { "all": true }
}
},
"organizeImports": {
Expand Down

0 comments on commit d37a50d

Please sign in to comment.