connectrpc / connectrpc.com

Docs, governance, and RFCs for Connect: Protobuf RPC that works.
https://connectrpc.com
Apache License 2.0
17 stars 19 forks source link

project setup is broken #28

Closed timostamm closed 1 year ago

timostamm commented 1 year ago

Noticed several issues when looking into dependabot PRs:

I suggest we remove lint, format, and prose, and all their dependencies.

From what I see, npm run build does no type checking - I can successfully run it after putting const x: string = 123 at several places in the code base. I suggest we remove TypeScript from this repo, or fix check:types and run it in CI, so that we also have some static checking for dependabot PRs.

timostamm commented 1 year ago

(originally filed in the wrong repo in https://github.com/bufbuild/connect-docs/issues/421)