-
Notifications
You must be signed in to change notification settings - Fork 33
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
Rule that validates exports
field
#289
Comments
Most certainly! Are you interested in opening a PR? |
Yes, please. Any special advice for this rule? |
I have some advice on things to validate for this rule:
I recognize this issue is pretty old but @mightyiam if you still have plans to implement this, hope this helps. |
Sorry if I'm reviving an old issue, but I'd like to add onto the above suggestion.
Not only should "types" be first, but "default" should apparently also be last or else it breaks webpack. Related issues on other repositories: sondr3/radiant#3 |
I have made a mistake specifying values of the
exports
field. I have used absolute paths. That doesn't seem to be valid. Would a rule regarding validity of theexports
field be welcome?The text was updated successfully, but these errors were encountered: