Skip to content

Commit

Permalink
Make Biome config stricter
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jun 22, 2024
1 parent eeb302e commit 2dcd228
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/configs/biome/biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"noReExportAll": "error"
},
"style": {
"noDefaultExport": "off",
"noNamespace": "error",
"noNegationElse": "error",
"noShoutyConstants": "error",
Expand All @@ -51,10 +50,7 @@
"useSingleCaseStatement": "error"
},
"suspicious": {
"noArrayIndexKey": "warn",
"noAssignInExpressions": "warn",
"noConsoleLog": "error",
"noExplicitAny": "off",
"noSkippedTests": "error"
}
},
Expand Down

0 comments on commit 2dcd228

Please sign in to comment.