SonarLint not working with react-scripts v4.0.1

Template for a good bug report, formatted with Markdown:

  • Versions used: SonarLint - v1.19.0
  • Error observed: No output in the problem tab in vscode
  • Steps to reproduce: create a project with cra (latest react-scripts v4.0.1) and it’s not showing any issue in output tab in vscode however when we change tsconfig.json -> compilerOptions -> jsx -> react instead of react-jsx it start working again. But whenever we start the project the property automatically get updated to react-jsx;
  • Potential workaround: NA

@JBL_SonarSource do you mind taking a look?

1 Like

Hello @suyash-kale,

we don’t support these options yet - we plan to add it soon (mid February). Here is a ticket you can follow https://github.com/SonarSource/SonarJS/issues/2383

1 Like

Thanks a lot for you quick support;

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.