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 scoped package identification #45

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Fix scoped package identification #45

merged 1 commit into from
Feb 8, 2024

Conversation

CreativeTechGuy
Copy link
Contributor

The conditions that were being checked previously to find eslint-plugins in scoped packages was incorrect.

Updated plugin to use the naming requirements mentioned here: https://eslint.org/docs/latest/extend/plugins#name-a-plugin

Example of eslint-plugin which wasn't previously getting picked up before this change. https://www.npmjs.com/package/@nx/eslint-plugin

@chiefmikey
Copy link
Owner

@CreativeTechGuy thank you for your PR, I will review asap!

@CreativeTechGuy
Copy link
Contributor Author

@chiefmikey Hi have you gotten a chance to review? I'd love this to get fixed so we can use this package.

@chiefmikey chiefmikey merged commit 7d3f7d4 into chiefmikey:main Feb 8, 2024
@CreativeTechGuy CreativeTechGuy deleted the fix-scoped-package-identification branch February 8, 2024 22:28
@chiefmikey
Copy link
Owner

@CreativeTechGuy sorry for the delay, thanks so much for your PR! Released in https://github.com/chiefmikey/eslint-plugin-disable-autofix/releases/tag/v4.2.0

@CreativeTechGuy
Copy link
Contributor Author

Thank you! It works great. :)

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

Successfully merging this pull request may close these issues.

2 participants