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

Rule proposal: consistent-relative-path #160

Closed
gajus opened this issue Feb 1, 2016 · 3 comments
Closed

Rule proposal: consistent-relative-path #160

gajus opened this issue Feb 1, 2016 · 3 comments

Comments

@gajus
Copy link
Contributor

gajus commented Feb 1, 2016

Add option to select between:

import foo from './../foo';

or

import foo from '../foo';
@gajus
Copy link
Contributor Author

gajus commented Feb 17, 2016

If this is accepted, will submit a PR.

@benmosher
Copy link
Member

Have at them! I forgot to add the accepted label when I was classifying these 😅

@ljharb
Copy link
Member

ljharb commented Jan 4, 2018

This seems like it's obviated by #912/#471.

Will reopen if there's still a use case here.

@ljharb ljharb closed this as completed Jan 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants