Skip to content

Commit

Permalink
feat(cli, pastel-cli): create CLI POCs
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Kublin committed Oct 11, 2024
1 parent 2f7f439 commit 3723022
Show file tree
Hide file tree
Showing 11 changed files with 9,952 additions and 2,240 deletions.
12 changes: 8 additions & 4 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": []
"ignore": ["dist", "build"]
},
"formatter": {
"enabled": true,
Expand All @@ -24,8 +24,11 @@
"noExcessiveCognitiveComplexity": "error",
"useSimplifiedLogicExpression": "error"
},
"suspicious": {
"noAssignInExpressions": "off"
},
"style": {
"noDefaultExport": "error",
"noDefaultExport": "off",
"useBlockStatements": "error",
"useDefaultSwitchClause": "error",
"useFilenamingConvention": {
Expand All @@ -38,7 +41,8 @@
"useNamingConvention": "error",
"useShorthandArrayType": "error",
"useShorthandAssign": "error",
"useSingleCaseStatement": "error"
"useSingleCaseStatement": "error",
"noCommaOperator": "off"
}
}
},
Expand All @@ -47,4 +51,4 @@
"quoteStyle": "double"
}
}
}
}
Loading

0 comments on commit 3723022

Please sign in to comment.