green-code-initiative / ecoCode-javascript

Reduce the environmental footprint of your JS/TS software programs
https://ecocode.io
GNU General Public License v3.0
18 stars 17 forks source link

Import rules specifications for ESLint plugin from central repository #17

Open utarwyn opened 1 year ago

utarwyn commented 1 year ago

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.