SonarJS ESLint plugin publishing `alpha` releases to `latest` tag

Hello! Since GitHub issues are disabled in the eslint-plugin-sonarjs repository, I wasn’t sure where to post this.

I went to npm install eslint-plugin-sonarjs on a new project and received an alpha version rather than the latest stable version. It seems like something with your release pipeline might be misconfigured: see package versions on npm. These versions do not correspond to any commits nor tags in the repository that I can find

Hello @mcous,

Thank you for reporting this. Indeed, we published an alpha version tagging it as the latest by mistake. This is now fixed, as you can see in our npm package page. We are now using next instead for that alpha version and republished 1.0.4 to properly set latest again.

You will not see anything in the repository because the new version we are working on now will now be based on SonarJS repository, as it will contain all rules from our JS/TS analyzer instead of just a small subset of it. The current repo will be archived in the coming weeks.

Do not hesitate to try the new version out, any feedback is very much appreciated.

Thanks!
Victor