10
biome.json
10
biome.json
@ -24,7 +24,8 @@
|
||||
"noStaticOnlyClass": "warn",
|
||||
"noUselessTypeConstraint": "warn",
|
||||
"noVoid": "error",
|
||||
"useSimplifiedLogicExpression": "warn"
|
||||
"useSimplifiedLogicExpression": "warn",
|
||||
"noForEach": "off"
|
||||
},
|
||||
"performance": {
|
||||
"noBarrelFile": "error",
|
||||
@ -46,7 +47,7 @@
|
||||
"options": {
|
||||
"strictCase": true,
|
||||
"requireAscii": true,
|
||||
"filenameCases": ["camelCase", "export"]
|
||||
"filenameCases": ["camelCase", "PascalCase", "export"]
|
||||
}
|
||||
},
|
||||
"useForOf": "error",
|
||||
@ -61,6 +62,9 @@
|
||||
"useNodeAssertStrict": "warn",
|
||||
"useNumberNamespace": "warn",
|
||||
"useSingleCaseStatement": "warn"
|
||||
},
|
||||
"suspicious": {
|
||||
"noEmptyInterface": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -74,7 +78,7 @@
|
||||
"semicolons": "asNeeded",
|
||||
"quoteStyle": "single",
|
||||
"trailingComma": "none",
|
||||
"lineWidth": 200,
|
||||
"lineWidth": 120,
|
||||
"bracketSameLine": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user