Te Riu Warren
Te Riu Warren
I ran into https://github.com/jsdoc/jsdoc/issues/1840 when trying to use v7.0.0 with Yarn PnP. The `patch` fixed mentioned on that ticket for `jsdoc` worked for me.
Can we get this one reviewed by chance? We're needing the same functionality.
@bartlomieju Thanks for the work on this project 🚀 . We're looking at replacing ESLint/TypeScript ESLint with deno lint, mainly due to the first-party TypeScript support and performance benefits, along...
@bartlomieju Interesting. I've been reading through the proposed ESLint rewrite on the Github Issue. It's an interesting thread, although I'm not sure what the end result will look like for...
We ended up implementing our own `matching` functionality in https://github.com/vital-software/monofo. `monofo` supports splitting of `pipeline.yml` files into multiple components too.
Base version of Serverless/CloudFormation, without the Middleware Edge function: ```yml # Service name service: next-app # Ensure configuration validation issues fail the command (safest option) configValidationMode: error # Package individually...