Skip to content

Commit

Permalink
feat: create CLI POCs (#48)
Browse files Browse the repository at this point in the history
* feat(cli, pastel-cli): create CLI POCs

* fix(cli, pastel-cli): fix formatting

* refactor(biome): update biome config

* feat(pastel-cli): make Pastel POC more relevant

make Pastel POC produce more relevant output

* refactor(pastel-cli): use Static for verbose output"

* refactor(cli): make Commander POC more relevant

* fix(pastel-cli): fix formatting

* chore: remove eslint plugins

* chore(biome): remove biome rule override

* feat(pastel-cli, cli): move Pastel to CLI dir

* fix(biome): adjust biome config

biome config adjustment after moving Pastel app to /cli dir

* chore(cli/tsconfig): remove duplicated props from tsconfig
  • Loading branch information
F-Kublin authored Oct 14, 2024
1 parent 174ce80 commit 81cbcb3
Show file tree
Hide file tree
Showing 10 changed files with 3,416 additions and 416 deletions.
14 changes: 13 additions & 1 deletion 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 Down Expand Up @@ -42,6 +42,18 @@
}
}
},
"overrides": [
{
"include": ["packages/cli"],
"linter": {
"rules": {
"style": {
"noDefaultExport": "off"
}
}
}
}
],
"javascript": {
"formatter": {
"quoteStyle": "double"
Expand Down
Loading

0 comments on commit 81cbcb3

Please sign in to comment.