Can Basic Linter Checks be Achieved in NodeJS Code Within the Pipedream Online Editor?

This topic was automatically generated from Slack. You can find the original thread here.

Is it possible to achieve some basic linter checks in nodejs code, within the Pipedream online editor? I mean just simple checks, like “you are calling an undefined function” or “variable may be used as unassigned”

Thanks for the feedback!

We always accept feature requests in the Pipedream Github repo here: Sign in to GitHub · GitHub

We are currently trialing a feature that would allow you to develop locally, and synchronize your projects (aka bundles of workflows) to Github.

While this doesn’t affect the builder directly, you could use your own IDE with your own linters to customize your dev experience.

Many thanks for the update!

Of course :slightly_smiling_face: happy to help