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: relative path start with "./" #178

Closed
gajus opened this issue Feb 17, 2016 · 2 comments
Closed

Rule proposal: relative path start with "./" #178

gajus opened this issue Feb 17, 2016 · 2 comments

Comments

@gajus
Copy link
Contributor

gajus commented Feb 17, 2016

import './test.js';
import './../test.js';
import '../test.js';

This is an OCD thing, but I'd like all relative paths to start with './'. I dislike the inconsistent use:

import './../test.js';
import '../test.js';

I will submit a PR if accepted.

@benmosher
Copy link
Member

duplicate of #160?

@gajus
Copy link
Contributor Author

gajus commented Feb 17, 2016

@benmosher Sorry. Forgot I have opened this before.

@gajus gajus closed this as completed Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants