impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

style: configure prettier on workspace level #181

Closed daniel-mader closed 2 months ago

daniel-mader commented 2 months ago

Description of change

Move prettier configuration to workspace level (from /unime folder).

Links to any relevant issues

How the change has been tested

Manual testing on desktop

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.

maiertech commented 2 months ago

@daniel-mader Moved Prettier config and dependencies to project root, added recommended VS Code extensions, added default formatter to VS Code workspace settings and fixed the Prettier config.

Prettier currently also formats JSON files in /identity-wallet. But we can also add the folder to .prettierignore to restrict Prettier to /unime.