sourcefuse / loopback4-microservice-catalog

A Catalog of Microservices Created by SourceFuse for the Community
https://sourcefuse.github.io/arc-docs/arc-api-docs/
MIT License
297 stars 72 forks source link

@sourceloop/cli: Issues in scaffold command #2211

Closed yeshamavani closed 5 days ago

yeshamavani commented 1 week ago

Describe the bug

Bug reported by Sourav Bhargav

List of items missing or needs to be updatde sl scaffold- prettierrc file not present at root level node_modules/ and mochawesome-report/ in prettierignore empty tsconfig.json at root level missing mochawesome-report in .gitignore, .prettierignore and .eslintignore “reporter”: “mochawesome” in mocharc.json in .vscode > settings.json set value to explicit instead of true “editor.codeActionsOnSave”: { “source.organizeImports”: “explicit” “source.fixAll.eslint”: “explicit” },

To Reproduce Steps to reproduce the behavior:

  1. globally install sl cli
  2. run sl scaffold command
  3. Observe above mentioned changes missing