-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add ecosystem test #1
Conversation
# Based on https://www.npmjs.com/search?q=keywords%3Astylelint-plugin&ranking=popularity | ||
# The following snippet on a browser dev console is helpful to create this list. | ||
# | ||
# [...document.querySelectorAll('a[href^="/package"][target="_self"]')].map(a => a.href.replace(/.+\/package\/(.+)$/, "- '$1'")).sort().join("\n") | ||
# | ||
package: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reminds me of stylelint/stylelint#7396 (comment)
Personally I would pick the ones with the most dependents.
And also filter the ones incompatible with the latest major.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback. It sounds great to me. 👍🏼
I want to know a way to create a more effective package list. https://www.npmjs.com/search seems insufficient for this purpose. 😓
Based on https://www.npmjs.com/search?ranking=popularity&q=keywords%3Astylelint-plugin