You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the enhancement done in #16 for the Sonar plugin, the idea would be to import rules specifications for the ESLint plugin from central repository too.
There are few limitations because at the moment the artifact is created using Maven with .html and .json files inside. But for the ESLint plugin we need to have a package that can be used by NPM with .md files inside. The main goal is to find a way to generate a package like this.
The text was updated successfully, but these errors were encountered:
Based on the enhancement done in #16 for the Sonar plugin, the idea would be to import rules specifications for the ESLint plugin from central repository too.
There are few limitations because at the moment the artifact is created using Maven with
.html
and.json
files inside. But for the ESLint plugin we need to have a package that can be used by NPM with.md
files inside. The main goal is to find a way to generate a package like this.The text was updated successfully, but these errors were encountered: