matias-quezada

Results 6 comments of matias-quezada

> Which workflow-related events do you want (and don't want) to get notified about? - Workflow started - Workflow failed - Workflow succeeded > What filters are important to you?...

Same issue here, I don't have time to look into it either, I'm working on something else and thought this tool would save me time instead.

@lydell That helps @muuvmuuv but sometimes we have multiple AST nodes to ignore, it's absurd to add `// prettier-ignore` to each line: ```javascript /* prettier-ignore-start */ route('my-designs', '/my-designs/', require('./pages/my-designs/my-designs')); route('order',...