Justin Helmer

Results 9 issues of Justin Helmer

First, thanks for building a much-needed `libSass` wrapper for `metalsmith`. Unfortunately, I am having an issue getting it set up. I haven't had an opportunity to dig in, but [gulp-metalsmith](https://github.com/metalsmith/metalsmith)...

in the case of universal JS, I'm investigating the usage of a transport for server-side logging, and `transmit.send()` for client-side logging. In both cases, whether the error occurs server-side (node...

I apologize if this is not the right repo for this issue, but it seemed the right place to start. The more I try to figure it out, the more...

We are using `thunk-redis` because it is the only node client that we found that accepts multiple hosts (i.e. primary/replica), without Sentinel or Clustering. We are using AWS Elasticache. When...

When building a style guide, you might want your style guide to use Cortana, but your app CSS is completely different. In this case, the Cortana CSS and your application...

This is a great rule, but the documentation (which appears to just come from the original core rule) implies that arrow functions are preferred. Instead, the mocha-aware rule discourages arrow...

### Is your feature request related to a problem? Please describe. We use this tool to have typechecking in vite projects. We have a use-case where we are trying to...

I saw [your comment](https://github.com/xojs/eslint-config-xo-typescript/blob/b336a1c9127a6fa278fe58b06040ed75967b69b2/index.js#L654-L664) and the corresponding discussion thread about this rule. Well, it seems like it is ready to go! We get tremendous value by enabling it with the...

``` `Schema` is deprecated. Use `z.ZodType` (@typescript-eslint/no-deprecated)XO[@typescript-eslint/no-deprecated](https://typescript-eslint.io/rules/no-deprecated) (alias) interface Schema export Schema @deprecated — Use z.ZodType ``` Seems to be a simple swap. Any objections?