ecoCode-javascript
ecoCode-javascript copied to clipboard
Reduce the environmental footprint of your JS/TS software programs
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 **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...
### Is your feature request related to a problem? Please describe. In JS, we can write strings inside : - Single quotes ; - Double quotes ; - Backticks. By...
### 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:...
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...
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...
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...
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
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...