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

Reduce the environmental footprint of your JS/TS software programs

Results 32 ecoCode-javascript issues
Sort by recently updated
recently updated
newest added
trafficstars

Rule **EC31** can be implemented in the plugin, for React/JSX. Rule description in the ecoCode repository: https://github.com/green-code-initiative/ecoCode/pull/269 > If you start this task during the challenge, I suggest you leave...

🗃️ rule
🏆 challenge 🏆

Rule **EC36** can be implemented in the plugin, for React/JSX. Rule description in the ecoCode repository: https://github.com/green-code-initiative/ecoCode/pull/298 > If you start this task during the challenge, I suggest you leave...

🗃️ rule
🏆 challenge 🏆

### Is your feature request related to a problem? Please describe. In JS, we can write strings inside : - Single quotes ; - Double quotes ; - Backticks. By...

⁉️ help wanted
🗃️ rule

### Describe the bug Integration of creedengo-javascript with SonarLint does not work. An error is thrown in all files instead of displaying code smell reports ### Versions - creedengo-javascript version:...

💉 bug: confirmed

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...

🚀 enhancement
🏗️ refactoring

ESLint exports a package [`@types/eslint`](https://www.npmjs.com/package/@types/eslint) with typings of the whole linter. This can simplify the writing of rules with autocompletion and typing verification. This idea has been proposed during the...

🚀 enhancement
🏆 challenge 🏆

It might be interesting to start with the idea given by a group of spotters at the 2023 hackathon: https://github.com/green-code-initiative/ecoCode-challenge/issues/37 And perhaps extend it a little to advise against using...

🏆 challenge 🏆
💡 rule-idea

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Fix issue #50 (ESLint flat config support) see: https://eslint.org/docs/latest/extend/plugin-migration-flat-config

### Current Behavior The plugin ESLint plugin is not compatible with the latest ESLint versions which requires flat configuration ### Expected Behavior It should be possible to integrate the Ecocode...

🚀 enhancement