I’m using javascript analyzer and I’m using locally the typescript-eslint/eslint-plugin. When I violate some rule that are described in .eslintrc.js and run npm run eslint ,I get the rule violation message.
Now I want to use eslint inside Deepsource, instead of running it separately in my CI pipeline. The DeepSource documentation says:
“The DeepSource JavaScript analyzer fully supports all the ESLint core JavaScript rules. Along with that, it currently supports the following ESLint plugins:
TypeScript
@typescript-eslint/eslint-plugin”
**
However,** I pushed my code to Deepsource analyzer and nothing happened, no rule violation was showed.
Is there any extra step to integrate eslint inside deepsource javascript analyzer?