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

Absolute Paths #87

Open
ashconnell opened this issue Dec 11, 2018 · 0 comments
Open

Absolute Paths #87

ashconnell opened this issue Dec 11, 2018 · 0 comments

Comments

@ashconnell
Copy link

ESLint outputs absolute paths in the console which allows editors such as VSCode to click and open the file. This library reports them as relative which means you have to manually find and open the file.

Would you accept a PR to update this to be more consistent with ESLint?

It's just a matter of changing the following

- filename: path.relative(process.cwd(), file.path),
+ filename: file.path,

Alternatively we could add an option to configure this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant