Skip to content

Commit efdd63d

Browse files
committed
Add some rules
1 parent b0746d5 commit efdd63d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

biome.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"rules": {
1515
"complexity": {
16+
"noStaticOnlyClass": "off",
1617
"noUselessConstructor": "info",
1718
"noUselessStringConcat": "error"
1819
},
@@ -49,6 +50,7 @@
4950
"useDefaultSwitchClause": "error",
5051
"useExportType": "info",
5152
"useGroupedAccessorPairs": "error",
53+
"useNodejsImportProtocol": "error",
5254
"useObjectSpread": "error",
5355
"useShorthandAssign": "error",
5456
"useSingleVarDeclarator": "error",

0 commit comments

Comments
 (0)