Prettier setup for DSH Studio, a React + Tauri desktop app #19859
Moresyl
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I use Prettier 3 in DSH Studio, an open-source cross-platform desktop manager built with React, TypeScript, Rust, and Tauri 2.
The frontend keeps the formatting setup intentionally small:
The package script is scoped to the frontend source directory:
That avoids touching generated Tauri artifacts or Rust files while keeping the React UI consistent across Windows, macOS, and Linux contributors. The complete MIT-licensed project and config are available in the repository.
All reactions