It's good you have prettierrc, however you might want to consider linters for both JS code as well as Rust.
For JS I suggest to use eslint, and try to use off-the-shelf eslint plugins/extends where applicable.
For Rust, try to use Clippy: https://github.com/rust-lang/rust-clippy
It's good you have prettierrc, however you might want to consider linters for both JS code as well as Rust.
For JS I suggest to use eslint, and try to use off-the-shelf eslint plugins/extends where applicable.
For Rust, try to use Clippy: https://github.com/rust-lang/rust-clippy
Thanks for your suggestion.
We already use the prettier of rust-analyzer.