Skip to content

Commit

Permalink
chore(scaffolding): update biome rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Oct 1, 2024
1 parent 88e03b5 commit f123e19
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"noExtraBooleanCast": "error",
"noMultipleSpacesInRegularExpressionLiterals": "error",
"noUselessCatch": "error",
"noWith": "error"
"noWith": "error",
"noStaticOnlyClass": "off",
"noBannedTypes": "off"
},
"nursery": {
"useSortedClasses": "error"
Expand Down Expand Up @@ -74,7 +76,7 @@
"noUnsafeFinally": "error",
"noUnsafeOptionalChaining": "error",
"noUnusedLabels": "error",
"noUnusedVariables": "error",
"noUnusedVariables": "warn",
"useIsNan": "error",
"useValidForDirection": "error",
"useYield": "error"
Expand All @@ -92,6 +94,7 @@
"noDuplicateObjectKeys": "error",
"noDuplicateParameters": "error",
"noEmptyBlockStatements": "error",
"noExplicitAny": "off",
"noFallthroughSwitchClause": "error",
"noFunctionAssign": "error",
"noGlobalAssign": "error",
Expand Down

0 comments on commit f123e19

Please sign in to comment.