Closed
Description
This would be useful to add an option either to bsc
or bsb
to check if files are correctly formated for rescript and reason syntax.
It can take a glob or grab files directly from sources in bsconfig. This is super useful to check format in CI.
prior art:
cargo fmt -- --check # Rust
prettier --check # Prettier
scalafmt --check # Scala