-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
New rule: no-absolute-path #530
Labels
Comments
I feel like I've already said this somewhere else (can't remember for sure), but what about |
In the interest of pairing well with the plugin+ |
👍 for |
jfmengels
added a commit
that referenced
this issue
Aug 30, 2016
jfmengels
added a commit
that referenced
this issue
Aug 30, 2016
jfmengels
added a commit
that referenced
this issue
Aug 30, 2016
This was referenced Apr 15, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based off this comment
This rule should forbid the use of imports with an absolute path. This is valid in Node.js, but should not appear in code in npm packages or in production, or better: never.
Invalid
Valid
The text was updated successfully, but these errors were encountered: