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

feat(workspace): allow vars with _ to be excluded from eslint rule #935

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

asharonbaltazar
Copy link
Collaborator

💬 Description / Notes

Sometimes, it'd be nice to exclude certain properties from destructuring and not use them. This PR adds an exception for variables starting with _

🛠 Changes

  • lint rule change

Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 71.93% 5823 / 8095
🔵 Statements 71.28% 6148 / 8624
🔵 Functions 66.18% 1740 / 2629
🔵 Branches 38.56% 1061 / 2751
File CoverageNo changed files found.
Generated in workflow #1012 for commit 152ae5a by the Vitest Coverage Report Action

@asharonbaltazar asharonbaltazar merged commit 85d8bf0 into main Dec 13, 2024
17 checks passed
@asharonbaltazar asharonbaltazar deleted the allow-unused-vars branch December 13, 2024 17:38
Copy link
Contributor

🎉 This PR is included in version 1.5.0-val.98 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants