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
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 ESLint config into projects using recent ESLint versions which don't support .eslintrc config file anymore but require an eslint.config.json file with flat configurations
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 ESLint config into projects using recent ESLint versions which don't support
.eslintrc
config file anymore but require aneslint.config.json
file with flat configurationsSteps to Reproduce
Failure Logs
No response
ecoCode-javascript Version
1.15
SonarQube Version
N/A
Additional Information
The plugin should follow the ESLint migration guide
https://eslint.org/docs/latest/extend/plugin-migration-flat-config
The text was updated successfully, but these errors were encountered: