mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: extend biome.jsonc with "useConsistentCurlyBraces": "error" (#21379)
This commit is contained in:
+3
-2
@@ -36,12 +36,13 @@
|
||||
"useAsConstAssertion": "error",
|
||||
"useEnumInitializers": "error",
|
||||
"useSingleVarDeclarator": "error",
|
||||
"useConsistentCurlyBraces": "error",
|
||||
"noUnusedTemplateLiteral": "error",
|
||||
"useNumberNamespace": "error",
|
||||
"noInferrableTypes": "error",
|
||||
"noUselessElse": "error",
|
||||
"noRestrictedImports": {
|
||||
"level": "error",
|
||||
"noRestrictedImports": {
|
||||
"level": "error",
|
||||
"options": {
|
||||
"paths": {
|
||||
// "@mui/material/Alert": "Use components/Alert/Alert instead.",
|
||||
|
||||
Reference in New Issue
Block a user