ecoCode-javascript icon indicating copy to clipboard operation
ecoCode-javascript copied to clipboard

Reduce the environmental footprint of your JS/TS software programs

Results 36 ecoCode-javascript issues
Sort by recently updated
recently updated
newest added

There is no rule dedicated to [Vue.js](https://vuejs.org/) in the plugin for now. I propose to explore what can be done about its support, what are the possibilities and limitations of...

🚀 enhancement
🏆 challenge 🏆

### Current Behavior Installing the plugin on sonar and configuring a newly created quality profile on a local project doesn't trigger any GCI rule. I've tested running the sonar server...

💉 bug: unconfirmed

### Current Behavior Hello, During the scan on code, there are plugin errors. ``` 09:53:57.578 ERROR Rule: "sonarjs/@creedengo/no-multiple-access-dom-element" 09:53:57.579 ERROR at CallExpression (/builds/xxx/project-x/front/.scannerwork/.sonartmp/bridge-bundle/package/custom-rules3214745536123098582/package/lib/rules/no-multiple-access-dom-element.js:58:46) 09:53:57.579 ERROR at /builds/xxx/project-x/front/.scannerwork/.sonartmp/bridge-bundle/package/bin/server.cjs:894:17012 09:53:57.582 ERROR at...

💉 bug: unconfirmed

### Updates for SonarQube support (up to 25.10): * Added support for SonarQube up to version 25.10 in both documentation and configuration files, ensuring the plugin works with the latest...

dependencies

### Current Behavior When I import **few functions** from lodash, the linter raise an issue telling > **You not import all from library lodash** ### Expected Behavior The code is...

💉 bug: unconfirmed

## Similarities This rule is a variant of one targeting libraries (cf #37 ) and is meant to check the framework being used by the project ## Objectives Even if...

🚀 enhancement