James Mulholland

Results 5 comments of James Mulholland

Has anyone got a hack/solution for globally ignoring errors which contain `-styled-x`? I don't want to do an ignore comment every time. e.g. ``` [stylelint order/properties-alphabetical-order] [E] Expected -styled-mixin1 to...

R.flip(R.concat) is a nice way of giving you both append and prepend equivalents

Perhaps a related fix to #44

> However .pipe( z.coerce.date() ) will transform string to Date which is not expected on validation. And it also messes with features like [@anatine/zod-openapi](https://www.npmjs.com/package/@anatine/zod-openapi) in this case parameter will lose...

I have this alias setup which works quite well for me. ``` '??'='ghcs -t shell' ```