We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0746d5 commit efdd63dCopy full SHA for efdd63d
biome.json
@@ -13,6 +13,7 @@
13
},
14
"rules": {
15
"complexity": {
16
+ "noStaticOnlyClass": "off",
17
"noUselessConstructor": "info",
18
"noUselessStringConcat": "error"
19
@@ -49,6 +50,7 @@
49
50
"useDefaultSwitchClause": "error",
51
"useExportType": "info",
52
"useGroupedAccessorPairs": "error",
53
+ "useNodejsImportProtocol": "error",
54
"useObjectSpread": "error",
55
"useShorthandAssign": "error",
56
"useSingleVarDeclarator": "error",
0 commit comments