Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix eslint-plugin with SonarQube 25 #64

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Fix eslint-plugin with SonarQube 25 #64

merged 1 commit into from
Jan 20, 2025

Conversation

utarwyn
Copy link
Member

@utarwyn utarwyn commented Jan 20, 2025

This pull request includes updates to the eslint-plugin package to handle distribution files more effectively and adjust the packaging script to support SonarQube 25+. This version NEEDS to have a file called dist/rules.js in the package file.

File handling improvements:

Packaging script adjustments:

  • eslint-plugin/package.json: Updated the files array to include ./dist/rules.js and modified the clean script to remove dist/pack instead of dist. Additionally, the pack:sonar script was updated to set the main entry point to ./dist/rules.js for packaging.

@utarwyn utarwyn added the 💉 bug: confirmed Something isn't working label Jan 20, 2025
@utarwyn utarwyn self-assigned this Jan 20, 2025
@utarwyn utarwyn merged commit 1c8eaa8 into main Jan 20, 2025
7 checks passed
@utarwyn utarwyn deleted the fix-sonarqube-25 branch January 20, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💉 bug: confirmed Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant