If you've been following along, you know I've been on a journey of Bazelifying this my Pedalboard monorepo piece by piece. In my previous post I went through the process of collapsing the pnpm -> Bazel indirection for tests: switching per-package scripts from bazel run //packages/hooks:jest to the cleaner bazel test :jest, using --test_tag_filters to separate test targets from lint targets, and le
Mastering Your Frontend Build with Bazel: Linting
Matti Bar-Zeev·Dev.to··1 min read
D
Continue reading on Dev.to
This article was sourced from Dev.to's RSS feed. Visit the original for the complete story.