Adding custom style Analyzers in deep source

For Javascript applications, particularly react application, deepsource supports (standard, google style guide and airbnb) style guides to be configured. But my team uses jslint for static style analyzer. is it possible to make me configure deepsource to use jslint?

what is the default analyzer used now for reporting style issues?

Hey @viji-correlation1! :wave:

We don’t support JSLint at the moment, unfortunately. If you’ve enabled style issues, you’d see ESLint-compatible style issues raised by DeepSource’s JavaScript Analyzer. You can configure your preferences by adding or adjusting an ESLint configuration file in your repository.

We have automatic code formatting with Transformers, however, with native support for tools like Prettier and others. If you ever switch away from JSLint, you can try that out!