Closed EvanHahn closed 2 months ago
This change should have no user impact.
buf format can auto-format .proto files, similar to Prettier. This change:
buf format
npm run format:buf
npm run lint:buf-format
npm run format
npm run lint
This change should have no user impact.
buf format
can auto-format .proto files, similar to Prettier. This change:buf format
.npm run format:buf
to auto-format .proto files.npm run lint:buf-format
to check formatting of .proto files.npm run format
to call bothnpm run format:buf
and Prettier.npm run lint
to call bothnpm run lint:buf-format
and Prettier.